We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50f312f commit 63ce2a8Copy full SHA for 63ce2a8
.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Setup node and cache dependencies
28
uses: actions/setup-node@v3
29
with:
30
- node-version: 16
+ node-version: 20
31
cache: 'npm'
32
33
- name: Build and test
.nvmrc
@@ -1 +1 @@
1
-v16.13.1
+v20.11.0
action.yml
@@ -53,7 +53,7 @@ outputs:
53
description: "The array of downloaded files, useful when using wildcard '*' to download multiple files."
54
55
runs:
56
- using: "node16"
+ using: "node20"
57
main: "dist/index.js"
58
branding:
59
icon: "download"
0 commit comments