Skip to content

Commit 62f3b47

Browse files
committed
3
1 parent 3ff6047 commit 62f3b47

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,25 @@ on: push
33
jobs:
44
test:
55
runs-on: ubuntu-20.04
6-
name: Test on Node 18
6+
name: Test on Node 16
77
steps:
88
- name: Checkout
9-
uses: actions/checkout@v3
9+
uses: actions/checkout@v2
1010

1111
- uses: pnpm/[email protected]
1212

1313
- name: Setup Node
1414
uses: actions/setup-node@v3
1515
with:
16-
node-version: 18
16+
node-version: 16
1717
cache: pnpm
1818
# - uses: bahmutov/npm-install@v1
1919
- run: pnpm install --no-frozen-lockfile
2020
- run: pnpm build
2121
- run: pnpm compile
2222
- run: pnpm test
2323

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
2626
with:
2727
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)