Skip to content

Commit

Permalink
chore: bump node to 22 (#6219)
Browse files Browse the repository at this point in the history
  • Loading branch information
KATT authored Nov 10, 2024
1 parent 1dba11a commit 341a063
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: 20.x
node-version: 22.x
cache: 'pnpm' # You can active this cache when your repo has a lockfile

- name: Install deps (with cache)
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: 20.x
node-version: 22.x
cache: 'pnpm' # You can active this cache when your repo has a lockfile

- name: Install deps (with cache)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
},
"devDependencies": {
"@playwright/test": "^1.26.1",
"@types/node": "^20.17.3",
"@types/node": "^22.9.0",
"@types/react": "^18.3.1",
"autoprefixer": "^10.4.7",
"dotenv": "^16.0.1",
Expand Down

0 comments on commit 341a063

Please sign in to comment.