Skip to content

Commit

Permalink
chore: node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa committed Apr 20, 2023
1 parent 67665d1 commit e031a89
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
version: 7
- uses: actions/setup-node@v2
with:
node-version: 16
node-version: 18
- run: pnpm i --frozen-lockfile
- run: pnpm lint-check
- run: pnpm tsc
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
version: 7
- uses: actions/setup-node@v2
with:
node-version: 16
node-version: 18
- run: pnpm i --frozen-lockfile
- run: npx typedoc
- uses: actions/configure-pages@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
version: 7
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
# create .npmrc with NODE_AUTH_TOKEN https://github.com/actions/setup-node/blob/3dbcda8bc2eb5ec6aa3fbde01feaae3236952db8/src/authutil.ts#L48
registry-url: "https://registry.npmjs.org"
cache: pnpm
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
"vitest": "^0.27.2"
},
"volta": {
"node": "16.17.0"
"node": "18.16.0"
}
}

0 comments on commit e031a89

Please sign in to comment.