Skip to content

Commit

Permalink
chore: use node v18 (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
kettanaito committed Jun 22, 2024
1 parent 6cc3e81 commit a3c86ce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 20
node-version: 18

- uses: pnpm/action-setup@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v20.11.0
v18.19.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"commit-msg": "pnpm commitlint --edit $1"
},
"engines": {
"node": ">=20.11"
"node": ">=18"
},
"packageManager": "[email protected]",
"peerDependencies": {
Expand Down

0 comments on commit a3c86ce

Please sign in to comment.