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.
2 parents fe43338 + 9030a49 commit 9d608c5Copy full SHA for 9d608c5
.github/workflows/release.yml
@@ -14,7 +14,7 @@ jobs:
14
steps:
15
- uses: actions/checkout@v2
16
- name: Node ${{ env.NODE_VERSION }}
17
- uses: actions/setup-node@v1
+ uses: actions/setup-node@v3
18
with:
19
node-version: ${{ env.NODE_VERSION }}
20
.github/workflows/vscode-ci.yml
@@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v1
21
- name: 'setup node: ${{ matrix.node-version }} platform: ${{ matrix.os }}'
22
23
24
fetch-depth: 1
25
node-version: ${{ matrix.node-version }}
0 commit comments