Skip to content

Commit 7b64ffd

Browse files
committed
feat: Upgrade to Node.js v20
actions/runner#2732 actions/checkout#1436
1 parent 1cf06e6 commit 7b64ffd

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
permissions:
1717
contents: read
1818
steps:
19-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@v4
2020

2121
- uses: actions/setup-node@v3
2222
with:
23-
node-version: '18'
23+
node-version: '20'
2424

2525
- run: corepack enable pnpm
2626

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
permissions:
1616
contents: write
1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919

2020
- uses: actions/setup-node@v3
2121
with:
22-
node-version: '18'
22+
node-version: '20'
2323

2424
- run: corepack enable pnpm
2525

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ branding:
55
icon: check
66
color: green
77
runs:
8-
using: node16
8+
using: node20
99
main: 'index.js'
1010
inputs:
1111
token:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"node-fetch": "^3.3.2"
1919
},
2020
"devDependencies": {
21-
"@types/node": "^16.18.46",
21+
"@types/node": "^20.5.9",
2222
"esbuild": "^0.19.2",
2323
"rome": "^12.1.3",
2424
"typescript": "^5.2.2"

pnpm-lock.yaml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)