We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 485b376 commit 9a171feCopy full SHA for 9a171fe
.github/workflows/build.yml
@@ -19,13 +19,13 @@ jobs:
19
env:
20
GITHUB_CONTEXT: ${{ toJson(github) }}
21
run: echo "$GITHUB_CONTEXT"
22
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v2
23
with:
24
fetch-depth: 1
25
- - name: Use Node.js 14.x
26
- uses: actions/setup-node@v1
+ - name: Use Node.js
+ uses: actions/setup-node@v2
27
28
- node-version: 14.x
+ node-version: 16
29
- name: Decrypt secret
30
run: ./.github/scripts/decrypt_secret.sh
31
0 commit comments