Skip to content

Commit

Permalink
upgrade: node 22
Browse files Browse the repository at this point in the history
  • Loading branch information
Mitsunee committed Nov 5, 2024
1 parent 595c063 commit cc99d07
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 30 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
uses: pnpm/action-setup@v4
with:
version: 9
- name: Install Node.js v20
- name: Install Node.js v22
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
cache: pnpm
- name: Install dependencies
run: pnpm install --frozen-lockfile --ignore-scripts
Expand All @@ -43,10 +43,10 @@ jobs:
uses: pnpm/action-setup@v4
with:
version: 9
- name: Install Node.js v20
- name: Install Node.js v22
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
cache: pnpm
- name: Install dependencies
run: pnpm install --frozen-lockfile --ignore-scripts
Expand All @@ -64,10 +64,10 @@ jobs:
uses: pnpm/action-setup@v4
with:
version: 9
- name: Install Node.js v20
- name: Install Node.js v22
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
cache: pnpm
- name: Install dependencies
run: pnpm install --frozen-lockfile --ignore-scripts
Expand All @@ -84,10 +84,10 @@ jobs:
uses: pnpm/action-setup@v4
with:
version: 9
- name: Use Node.js v20
- name: Install Node.js v22
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
cache: pnpm
- name: Install dependencies
run: pnpm install --frozen-lockfile --ignore-scripts
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
},
"devDependencies": {
"@astrojs/check": "^0.9.3",
"@types/node": "^20.16.10",
"@types/node": "^22.9.0",
"esbuild": "^0.24.0",
"esbuild-register": "^3.6.0",
"eslint": "^8.57.0",
Expand Down
42 changes: 21 additions & 21 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cc99d07

Please sign in to comment.