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 826db1a commit af687c6Copy full SHA for af687c6
.github/workflows/workflow.yml
@@ -11,7 +11,7 @@ jobs:
11
# We do not run each possible combination to make CI faster.
12
matrix:
13
os: [ubuntu-latest, macOS-latest, windows-latest]
14
- node: [14]
+ node: [15]
15
include:
16
- os: ubuntu-latest
17
node: 10.17.0
@@ -45,10 +45,10 @@ jobs:
45
steps:
46
- name: Git checkout
47
uses: actions/checkout@v2
48
- - name: Node.js 14
+ - name: Node.js 15
49
uses: actions/setup-node@v1
50
with:
51
- node-version: 14
+ node-version: 15
52
- name: Install dependencies
53
run: npm ci
54
# Test coverage check must happen after tests for the whole matrix have been
0 commit comments