Skip to content

Commit 602b229

Browse files
committed
Update Test Workflow
1 parent cf0fa83 commit 602b229

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@ 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 }}
1718
- run: npm run test:prepare && npm install-test

0 commit comments

Comments
 (0)