Skip to content

Commit c311cac

Browse files
authored
Merge pull request #558 from github/update-node-20
use node 20
2 parents 6b707bf + 8d0ee16 commit c311cac

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

.github/workflows/check-dist.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
steps:
2424
- uses: actions/checkout@v4
2525

26-
- name: Set Node.js 16.x
26+
- name: Set Node.js
2727
uses: actions/setup-node@v4.0.2
2828
with:
29-
node-version: 16.x
29+
node-version-file: '.nvmrc'
3030

3131
- name: Install dependencies
3232
run: npm ci

.node-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v20.14.0

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v20.14.0

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ inputs:
1515
required: false
1616

1717
runs:
18-
using: 'node16'
18+
using: 'node20'
1919
main: 'dist/index.js'

0 commit comments

Comments
 (0)