Skip to content

Commit 1166817

Browse files
committed
build(test.yml): set node-version to 16
1 parent d678762 commit 1166817

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/test.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ jobs:
2626
cache: npm
2727
- run: npm ci
2828
- run: npm test
29-
30-
# separate job to set as required in branch protection,
31-
# as the above change each time the Node versions change
3229
test:
3330
runs-on: ubuntu-latest
3431
needs: test_matrix
@@ -37,5 +34,6 @@ jobs:
3734
- uses: actions/setup-node@v2
3835
with:
3936
cache: npm
37+
node-version: 16
4038
- run: npm ci
41-
- run: "npm run validate:ts"
39+
- run: npm run validate:ts

0 commit comments

Comments
 (0)