Skip to content

Commit d852d34

Browse files
committed
Use node20
Node16 was EoL in Sept. Upgrade to node20
1 parent 646065c commit d852d34

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/check-dist.yml

+2-2
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 20.x
2727
uses: actions/setup-node@v3
2828
with:
29-
node-version: 16.x
29+
node-version: 20.x
3030

3131
- name: Install dependencies
3232
run: npm ci

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ inputs:
1414
description: 'Package download directory'
1515
default: 'C:\TEMP\cygwinpackages'
1616
runs:
17-
using: 'node16'
17+
using: 'node20'
1818
main: 'dist/index.js'

0 commit comments

Comments
 (0)