Skip to content

Commit

Permalink
Build with Node.js 22
Browse files Browse the repository at this point in the history
  • Loading branch information
fasttime committed May 2, 2024
1 parent 98df675 commit 7631e4a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/JScrewIt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ^20.8
node-version: '22'
- run: |
npm install --workspaces
npm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/~feature-hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ^20.8
node-version: '22'
- run: |
npm install --prefix ../..
npm run lint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/~result-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ^20.8
node-version: '22'
- run: |
npm install --prefix ../..
npm run lint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/~solution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ^20.8
node-version: '22'
- run: |
npm install --prefix ../..
npm run lint
Expand Down
4 changes: 2 additions & 2 deletions src/package.yml.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ^20.8
node-version: '22'
- run: |
npm install --prefix ../..
npm run lint
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
node-version: '22'
- run: |
npm install --prefix ../..
npm run prepare-legacy-test
Expand Down

0 comments on commit 7631e4a

Please sign in to comment.