Skip to content
This repository was archived by the owner on Jan 20, 2023. It is now read-only.

Commit 12a0c8f

Browse files
committed
build(test.yml): set node-version to 16
1 parent dd37a11 commit 12a0c8f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
name: Test
2-
3-
on:
2+
"on":
43
push:
54
branches:
65
- master
76
- renovate/**
8-
97
pull_request:
108
types:
119
- opened
1210
- synchronize
13-
1411
jobs:
1512
test:
1613
runs-on: ubuntu-latest
@@ -19,5 +16,6 @@ jobs:
1916
- uses: actions/setup-node@v2
2017
with:
2118
cache: npm
19+
node-version: 16
2220
- run: npm ci
2321
- run: npm test

0 commit comments

Comments
 (0)