Skip to content

Commit

Permalink
feat!: upgrade to Node 20
Browse files Browse the repository at this point in the history
BREAKING CHANGE: upgrade to Node 20
  • Loading branch information
samialdury committed Sep 14, 2023
1 parent f432d1b commit 1098a35
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml → .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ on:
concurrency: ci-${{ github.ref_name }}

env:
NODE_VERSION: 18
TERM: xterm-256color
NODE_VERSION: 20
PNPM_VERSION: 8
COMMIT_SHA: ${{ github.event.pull_request.head.sha || github.sha }}
BRANCH_OR_TAG: ${{ github.event.pull_request.head.ref || github.ref_name }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ on:
concurrency: release-${{ github.ref_name }}

env:
NODE_VERSION: 18
TERM: xterm-256color
NODE_VERSION: 20
PNPM_VERSION: 8

jobs:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"vitest": "0.34.3"
},
"engines": {
"node": ">=18"
"node": ">=20"
},
"publishConfig": {
"access": "public",
Expand Down

0 comments on commit 1098a35

Please sign in to comment.