We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03c363c commit 62dee56Copy full SHA for 62dee56
.github/workflows/push.yml
@@ -55,7 +55,7 @@ jobs:
55
- uses: actions/checkout@v3
56
57
- name: install node
58
- uses: actions/setup-node@v1
+ uses: actions/setup-node@v3
59
with:
60
node-version: ${{ matrix.node }}
61
@@ -82,7 +82,7 @@ jobs:
82
83
84
85
86
87
88
.github/workflows/release.yml
@@ -11,7 +11,7 @@ jobs:
11
12
13
14
15
16
node-version: 16
17
registry-url: https://registry.npmjs.org/
0 commit comments