Skip to content

Commit ef03394

Browse files
feat: add compatibility for Node 16 (#350)
1 parent 5f734ea commit ef03394

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/pipeline.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Use Node
3030
uses: actions/setup-node@v2
3131
with:
32-
node-version: '14'
32+
node-version: 14
3333

3434
- name: Install dependencies
3535
uses: bahmutov/npm-install@v1
@@ -51,8 +51,8 @@ jobs:
5151

5252
strategy:
5353
matrix:
54-
node: ['10.12', '10', '12.0', '12', '14']
55-
eslint: ['7.5', '7']
54+
node: [10.12, 10, '12.0', 12, 14, 16]
55+
eslint: [7.5, 7]
5656

5757
steps:
5858
- name: Cancel Previous Runs
@@ -96,7 +96,7 @@ jobs:
9696
- name: Use Node
9797
uses: actions/setup-node@v2
9898
with:
99-
node-version: '14'
99+
node-version: 14
100100

101101
- name: Install dependencies
102102
uses: bahmutov/npm-install@v1

0 commit comments

Comments
 (0)