Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
phschaad committed Sep 3, 2024
1 parent eefd251 commit b5b7938
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
node-version: [18.12]
node-version: [18.18.0, 20.9.0, 21.1.0]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
url: ${{ steps.deployment.outputs.page_url }}
strategy:
matrix:
node-version: [18.12]
node-version: [20.9.0]
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
node-version: [18.12]
node-version: [18.18.0, 20.9.0, 21.1.0]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"spcl"
],
"engines": {
"node": ">=18.12.0"
"node": ">=18.18.0"
},
"bugs": {
"url": "https://github.com/spcl/dace-webclient/issues"
Expand Down

0 comments on commit b5b7938

Please sign in to comment.