Skip to content

Commit f8c6ab8

Browse files
committed
Update github action for test
1 parent bf19183 commit f8c6ab8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
node: [12, 14, 16]
19+
node: [16, 18, 20]
2020

2121
steps:
2222
- name: Clone repository
23-
uses: actions/checkout@v2
23+
uses: actions/checkout@v4
2424

2525
- name: Set up Node.js
26-
uses: actions/setup-node@v2
26+
uses: actions/setup-node@v3
2727
with:
2828
node-version: ${{ matrix.node }}
2929
cache: npm
@@ -35,7 +35,7 @@ jobs:
3535
run: npm test
3636

3737
- name: Run Coveralls
38-
uses: coverallsapp/github-action@1.1.3
39-
if: matrix.node == 16
38+
uses: coverallsapp/github-action@v2
39+
if: matrix.node == 20
4040
with:
41-
github-token: "${{ secrets.GITHUB_TOKEN }}"
41+
github-token: '${{ secrets.GITHUB_TOKEN }}'

0 commit comments

Comments
 (0)