Skip to content

Commit ed66517

Browse files
authored
Update Node version in CI tests
1 parent 64afb5b commit ed66517

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@ on: [push, pull_request]
33
jobs:
44
deploy:
55
runs-on: ubuntu-latest
6-
strategy:
7-
matrix:
8-
node-version: [14.x]
96
steps:
10-
- uses: actions/setup-node@v1
7+
- uses: actions/setup-node@v2
8+
with:
9+
node-version: 'lts/*'
1110
- uses: actions/checkout@v2
1211
- run: |
1312
npm install

0 commit comments

Comments
 (0)