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 5bc8a1d commit 5c95cc2Copy full SHA for 5c95cc2
.github/workflows/continuous-integration-workflow.yml
@@ -6,7 +6,7 @@ jobs:
6
runs-on: ubuntu-latest
7
strategy:
8
matrix:
9
- node-version: ['14.x']
+ node-version: ['16.x']
10
steps:
11
- uses: actions/checkout@v1
12
- name: Setting up Node.js (v${{ matrix.node-version }}.x)
@@ -20,7 +20,7 @@ jobs:
20
21
22
23
24
fail-fast: false
25
26
@@ -35,7 +35,7 @@ jobs:
35
36
37
38
39
40
41
0 commit comments