File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,25 +3,25 @@ on: push
3
3
jobs :
4
4
test :
5
5
runs-on : ubuntu-20.04
6
- name : Test on Node 18
6
+ name : Test on Node 16
7
7
steps :
8
8
- name : Checkout
9
- uses : actions/checkout@v3
9
+ uses : actions/checkout@v2
10
10
11
11
12
12
13
13
- name : Setup Node
14
14
uses : actions/setup-node@v3
15
15
with :
16
- node-version : 18
16
+ node-version : 16
17
17
cache : pnpm
18
18
# - uses: bahmutov/npm-install@v1
19
19
- run : pnpm install --no-frozen-lockfile
20
20
- run : pnpm build
21
21
- run : pnpm compile
22
22
- run : pnpm test
23
23
24
- - name : Upload coverage report on Node 18 to coveralls.io...
25
- uses : coverallsapp/github-action@v1.1.2
24
+ - name : Upload coverage report on Node 16 to coveralls.io...
25
+ uses : coverallsapp/github-action@master
26
26
with :
27
27
github-token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments