Skip to content

Commit 4f65cef

Browse files
committed
Update Workflow
1 parent 55e9a37 commit 4f65cef

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/nodejs.yml renamed to .github/workflows/tests.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,14 @@ jobs:
77
strategy:
88
matrix:
99
node-version:
10-
- 10.x
11-
- 12.x
10+
- 14.x
11+
- 16.x
12+
- 17.x
1213
steps:
13-
- uses: actions/checkout@v2.3.4
14-
- uses: actions/setup-node@v2.3.0
14+
- uses: actions/checkout@v2.4.0
15+
- uses: actions/setup-node@v2.5.1
1516
with:
1617
node-version: ${{ matrix.node-version }}
17-
- run: npm i && npm run test:prepare && npm test
18+
- run: npm run test:prepare && npm install-test
1819
env:
1920
CI: true

0 commit comments

Comments
 (0)