Skip to content

Commit

Permalink
refactor: bump node to 22.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperchupuDev committed May 2, 2024
1 parent 41f72f6 commit a204001
Show file tree
Hide file tree
Showing 8 changed files with 1,597 additions and 1,313 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v3

- name: Install Node 20
- name: Install Node 22
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
cache: 'pnpm'

- name: Install dependencies
run: pnpm install --frozen-lockfile

- name: Run TypeScript compiler
run: pnpm run typecheck
run: node --run typecheck
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"g-detector": "^0.1.6",
"neon-env": "^0.2.1",
"topgg-autoposter": "^2.0.2",
"yoctocolors": "^2.0.0",
"zlib-sync": "^0.1.9"
},
"devDependencies": {
Expand All @@ -51,7 +50,7 @@
"typescript": "^5.4.5"
},
"engines": {
"node": "^20.11.0 || >=21.2.0"
"node": ">=22.0.0"
},
"packageManager": "pnpm@8.15.8"
"packageManager": "pnpm@9.0.6"
}
Loading

0 comments on commit a204001

Please sign in to comment.