Skip to content

Commit 914a3fc

Browse files
authored
Merge pull request #487 from CatalysmsServerManager/test-on-node-16
2 parents 8e55f5f + 4d6a922 commit 914a3fc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
strategy:
1010
matrix:
11-
node-version: [12.x, 14.x]
11+
node-version: [12.x, 14.x, 16.x]
1212

1313
steps:
1414
- uses: actions/checkout@v2
@@ -25,7 +25,7 @@ jobs:
2525
${{ runner.OS }}-node-
2626
${{ runner.OS }}-
2727
- run: npm ci
28-
- run: npm build
28+
- run: npm run build
2929
- run: npm run lint
3030
- run: npm run cover
3131
env:

0 commit comments

Comments
 (0)