Skip to content

Commit

Permalink
chore(dep): migrate to node v20 for vercel
Browse files Browse the repository at this point in the history
  • Loading branch information
Lombardoc4 committed May 7, 2024
1 parent 2cccf89 commit a59a76b
Show file tree
Hide file tree
Showing 5 changed files with 4,157 additions and 5,110 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: ⎔ Setup node
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8
with:
node-version: 22
node-version: 20

- name: Install pnpm
uses: pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v22.1.0
v20.12.2
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodejs 22.1.0
nodejs 20.12.2
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
]
},
"engines": {
"node": "22.x",
"pnpm": "9.x"
"node": "20.x",
"pnpm": "8.x"
}
}
Loading

0 comments on commit a59a76b

Please sign in to comment.