Skip to content

Commit

Permalink
ci: use node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
ChecksumDev committed Aug 31, 2023
1 parent b61f0f3 commit b691070
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: "16"
node-version: "20"
cache: "pnpm"

- name: Install Dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: "16"
node-version: "20"
cache: "pnpm"

- name: Install Dependencies
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ inputs:
default: "./Refs"

runs:
using: node16
using: node20
main: dist/index.js
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"main": "dist/index.js",
"engines": {
"node": ">=16"
"node": ">=20"
},
"scripts": {
"bundle": "npm run format:write && npm run package",
Expand Down

0 comments on commit b691070

Please sign in to comment.