Skip to content

Commit

Permalink
feat: Upgrade to Node.js v20
Browse files Browse the repository at this point in the history
  • Loading branch information
siketyan committed Sep 4, 2023
1 parent 1cf06e6 commit 7b64ffd
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Expand Up @@ -16,11 +16,11 @@ jobs:
permissions:
contents: read
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/setup-node@v3
with:
node-version: '18'
node-version: '20'

- run: corepack enable pnpm

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Expand Up @@ -15,11 +15,11 @@ jobs:
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/setup-node@v3
with:
node-version: '18'
node-version: '20'

- run: corepack enable pnpm

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -5,7 +5,7 @@ branding:
icon: check
color: green
runs:
using: node16
using: node20
main: 'index.js'
inputs:
token:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -18,7 +18,7 @@
"node-fetch": "^3.3.2"
},
"devDependencies": {
"@types/node": "^16.18.46",
"@types/node": "^20.5.9",
"esbuild": "^0.19.2",
"rome": "^12.1.3",
"typescript": "^5.2.2"
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7b64ffd

Please sign in to comment.