Skip to content

Commit

Permalink
chore: use node 22 (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red authored Nov 8, 2024
1 parent caaf5ea commit 00ed098
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-repo/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Prepare repo
inputs:
node-version:
description: Version of Node to use
default: 20.x
default: 22.x

runs:
using: composite
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
node_version: [18.x, 20.x, 22.x]
os: [ubuntu-latest]
include:
- node_version: 20.x
- node_version: 22.x
os: windows-latest
fail-fast: false
runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@types/eslint-config-prettier": "^6.11.3",
"@types/eslint__js": "^8.42.3",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.17.6",
"@types/node": "^22.9.0",
"@types/throttle-debounce": "^5.0.2",
"@vitest/eslint-plugin": "^1.1.7",
"eslint": "^9.12.0",
Expand Down
48 changes: 24 additions & 24 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 00ed098

Please sign in to comment.