Skip to content

Commit

Permalink
Update GitHub workflows node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
vck3000 committed Jan 28, 2024
1 parent 33fb134 commit 3caf6bd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_and_push_to_dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ jobs:
build_and_push:
runs-on: ubuntu-latest

strategy:
matrix:
node-version: [18.x]

steps:
- uses: actions/checkout@v2

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest

strategy:
matrix:
node-version: [18.x]
Expand Down

0 comments on commit 3caf6bd

Please sign in to comment.