We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6b707bf + 8d0ee16 commit c311cacCopy full SHA for c311cac
4 files changed
.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
27
uses: actions/setup-node@v4.0.2
28
with:
29
- node-version: 16.x
+ node-version-file: '.nvmrc'
30
31
- name: Install dependencies
32
run: npm ci
.node-version
@@ -0,0 +1 @@
1
+v20.14.0
.nvmrc
action.yml
@@ -15,5 +15,5 @@ inputs:
15
required: false
16
17
runs:
18
- using: 'node16'
+ using: 'node20'
19
main: 'dist/index.js'
0 commit comments