Skip to content

Commit

Permalink
fix: update nodejs to 22 + pnpm to 9 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Aug 7, 2024
1 parent e3bbe73 commit d59649d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
os:
- ubuntu-22.04
node:
- 20
- 22
pnpm:
- 8
- 9
steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -96,9 +96,9 @@ jobs:
- macos-13
- macos-12
node:
- 20
- 22
pnpm:
- 8
- 9
steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -162,9 +162,9 @@ jobs:
- macos-12
- macos-11
node:
- 20
- 22
pnpm:
- 8
- 9
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -237,9 +237,9 @@ jobs:
os:
- ubuntu-22.04
node:
- 20
- 22
pnpm:
- 8
- 9
container:
- { file: "ubuntu-llvm.dockerfile", image: "setup-cpp-ubuntu-llvm", tag: "22.04-0.37.0" }
- { file: "fedora-llvm.dockerfile", image: "setup-cpp-fedora-llvm", tag: "40-0.37.0" }
Expand Down
1 change: 0 additions & 1 deletion .nvm

This file was deleted.

1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v22.6.0
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,8 @@
"untildify-user"
],
"engines": {
"node": ">=12.x"
"node": ">=12.x",
"pnpm": "^9"
},
"keywords": [
"github-actions",
Expand Down

0 comments on commit d59649d

Please sign in to comment.