Skip to content

Commit

Permalink
UPdate node version in workflows from ["16.20.2", "18.18.2", "20.8.1"…
Browse files Browse the repository at this point in the history
…] to ["18.19.1", "20.11.1"]
  • Loading branch information
busma13 committed Apr 22, 2024
1 parent 5eb973e commit 41d3c5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
# NOTE: These versions must be kept in sync with the release.yml
version: ["16.20.2", "18.18.2", "20.8.1"]
version: ["18.19.1", "20.11.1"]
runs-on: ubuntu-latest
steps:
-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
# NOTE: These versions must be kept in sync with the build.yml
version: ["16.20.2", "18.18.2", "20.8.1"]
version: ["18.19.1", "20.11.1"]
runs-on: ubuntu-latest
steps:
-
Expand Down

0 comments on commit 41d3c5d

Please sign in to comment.