We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 646065c commit d852d34Copy full SHA for d852d34
.github/workflows/check-dist.yml
@@ -23,10 +23,10 @@ jobs:
23
steps:
24
- uses: actions/checkout@v4
25
26
- - name: Set Node.js 16.x
+ - name: Set Node.js 20.x
27
uses: actions/setup-node@v3
28
with:
29
- node-version: 16.x
+ node-version: 20.x
30
31
- name: Install dependencies
32
run: npm ci
action.yml
@@ -14,5 +14,5 @@ inputs:
14
description: 'Package download directory'
15
default: 'C:\TEMP\cygwinpackages'
16
runs:
17
- using: 'node16'
+ using: 'node20'
18
main: 'dist/index.js'
0 commit comments