Skip to content

Commit 741d314

Browse files
committed
chore: lock node version for lint ci task
1 parent f60454f commit 741d314

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,16 @@ jobs:
88
steps:
99
- uses: actions/checkout@v1
1010
- uses: actions/setup-node@v2
11+
with:
12+
node-version: 14
1113
- uses: bahmutov/npm-install@v1
1214
- run: 'npm run lint'
1315

1416
Tests:
1517
runs-on: ${{ matrix.os }}
1618
strategy:
1719
matrix:
18-
node-version: [10, 12]
20+
node-version: [10, 12, 14]
1921
os: [ubuntu-latest, windows-latest, macOS-latest]
2022

2123
steps:

0 commit comments

Comments
 (0)