Skip to content

Commit

Permalink
fix: update-shrinkwrap-and-test
Browse files Browse the repository at this point in the history
  • Loading branch information
jamezrin committed Dec 31, 2024
1 parent 87de663 commit b8e73b1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-shrinkwrap-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
node-version: [22.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodejs 20
nodejs 22
2 changes: 1 addition & 1 deletion rush.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
* LTS schedule: https://nodejs.org/en/about/releases/
* LTS versions: https://nodejs.org/en/download/releases/
*/
"nodeSupportedVersionRange": ">=12.13.0 <13.0.0 || >=14.15.0 <15.0.0 || >=16.10.0 <17.0.0 || >=20.0.0 <21.0.0",
"nodeSupportedVersionRange": ">=12.13.0 <13.0.0 || >=14.15.0 <15.0.0 || >=16.10.0 <17.0.0 || >=20.0.0 <21.0.0 || >=22.0.0 <23.0.0",

/**
* Odd-numbered major versions of Node.js are experimental. Even-numbered releases
Expand Down

0 comments on commit b8e73b1

Please sign in to comment.