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 b628cbe + 773cd31 commit c08df15Copy full SHA for c08df15
.github/workflows/vscode-ci.yml
@@ -17,12 +17,12 @@ jobs:
17
os: [ubuntu-latest, windows-latest, macos-latest]
18
19
steps:
20
- - uses: actions/checkout@master
+ - uses: actions/checkout@v1
21
- name: 'setup node: ${{ matrix.node-version }} platform: ${{ matrix.os }}'
22
uses: actions/setup-node@v1
23
with:
24
fetch-depth: 1
25
- version: ${{ matrix.node-version }}
+ node-version: ${{ matrix.node-version }}
26
27
- name: setup linux
28
run: |
0 commit comments