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 7482344 commit d700770Copy full SHA for d700770
.github/workflows/ci.yml
@@ -37,7 +37,7 @@ jobs:
37
strategy:
38
fail-fast: false
39
matrix:
40
- os: [ubuntu-20.04, windows-latest]
+ os: [ubuntu-latest, windows-latest]
41
name:
42
- Node.js 0.8
43
- Node.js 0.10
@@ -166,7 +166,7 @@ jobs:
166
node-version: ${{ matrix.node-version }}
167
168
- name: Setup Node.js 0.8
169
- if: ${{ matrix.node-version == '0.8' && matrix.os == 'ubuntu-20.04' }}
+ if: ${{ matrix.node-version == '0.8' && matrix.os == 'ubuntu-latest' }}
170
shell: bash -eo pipefail -l {0}
171
run: |
172
nvm install --default ${{ matrix.node-version }}
0 commit comments