Skip to content

Commit

Permalink
(chore) Update to node 22 (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
nitriques authored Feb 5, 2025
1 parent 6f78e7c commit a850bea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: setup node.js
uses: actions/setup-node@v4
with:
node-version: 20
node-version-file: .nvmrc
- name: install pnpm
run: npm i pnpm@latest -g
- name: install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v20.12.2
v22.12.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "https://github.com/DeuxHuitHuit/288-toolkit"
},
"type": "module",
"engine": 20,
"engine": 22,
"packageManager": "[email protected]",
"scripts": {
"build": "turbo build --filter='./packages/**'",
Expand Down

0 comments on commit a850bea

Please sign in to comment.