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 b8f27b0 commit b45bd9fCopy full SHA for b45bd9f
.github/workflows/CI.yml
@@ -9,11 +9,11 @@ jobs:
9
test:
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@v2
13
- - name: Use Node.js 10
14
- uses: actions/setup-node@v1
+ - uses: actions/checkout@v3
+ - name: Use Node.js 14
+ uses: actions/setup-node@v3
15
with:
16
- node-version: '10.x'
+ node-version: 14
17
- name: Install npm dependencies
18
run: npm install -r
19
- name: Run linter
0 commit comments