Skip to content

Commit af687c6

Browse files
committed
Upgrade to Node 15
1 parent 826db1a commit af687c6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/workflow.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
# We do not run each possible combination to make CI faster.
1212
matrix:
1313
os: [ubuntu-latest, macOS-latest, windows-latest]
14-
node: [14]
14+
node: [15]
1515
include:
1616
- os: ubuntu-latest
1717
node: 10.17.0
@@ -45,10 +45,10 @@ jobs:
4545
steps:
4646
- name: Git checkout
4747
uses: actions/checkout@v2
48-
- name: Node.js 14
48+
- name: Node.js 15
4949
uses: actions/setup-node@v1
5050
with:
51-
node-version: 14
51+
node-version: 15
5252
- name: Install dependencies
5353
run: npm ci
5454
# Test coverage check must happen after tests for the whole matrix have been

0 commit comments

Comments
 (0)