Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Commit bd13880

Browse files
authored
chore: support Node 15 (#118)
1 parent 81bdf21 commit bd13880

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
strategy:
1212
matrix:
1313
os: [ubuntu-latest, macOS-latest, windows-latest]
14-
node-version: [8.3.0, 14]
14+
node-version: [8.3.0, 15]
1515
exclude:
1616
- os: macOS-latest
1717
node-version: 8.3.0
@@ -33,10 +33,10 @@ jobs:
3333
run: npm ci
3434
- name: Build For Browser
3535
run: npm run build
36-
if: "${{ matrix.node-version == '14' }}"
36+
if: "${{ matrix.node-version == '15' }}"
3737
- name: Linting
3838
run: npm run format:ci
39-
if: "${{ matrix.node-version == '14' }}"
39+
if: "${{ matrix.node-version == '15' }}"
4040
- name: Tests
4141
run: npm run test:ci
4242
- name: Get test coverage flags

0 commit comments

Comments
 (0)