Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Commit

Permalink
chore: bump node to latest lts
Browse files Browse the repository at this point in the history
  • Loading branch information
0x4007 authored Dec 23, 2023
1 parent 234cfd1 commit 4fd8b91
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: "18.16.0"
node-version: "20.10.0"

- name: Install
run: yarn install
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v20.3.0
v20.10.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"typescript": "^4.9.5"
},
"engines": {
"node": ">=18"
"node": ">=20.10.0"
},
"lint-staged": {
"*.{ts,json}": [
Expand Down

0 comments on commit 4fd8b91

Please sign in to comment.