Skip to content

Commit

Permalink
chore: switch to Node 22
Browse files Browse the repository at this point in the history
  • Loading branch information
birtles committed Jan 18, 2025
1 parent ba92b04 commit 37b334d
Show file tree
Hide file tree
Showing 4 changed files with 100 additions and 100 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- uses: actions/[email protected]
with:
node-version: 20
node-version: 22
cache: pnpm
registry-url: 'https://registry.npmjs.org'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- uses: actions/[email protected]
with:
node-version: 20
node-version: 22
cache: pnpm

- name: Build
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"homepage": "https://github.com/birchill/normal-jp#readme",
"devDependencies": {
"@release-it/conventional-changelog": "10.0.0",
"@types/node": "20",
"@types/node": "22",
"husky": "9.1.7",
"knip": "5.42.0",
"lint-staged": "15.3.0",
Expand Down
Loading

0 comments on commit 37b334d

Please sign in to comment.