Skip to content

Commit 55758f3

Browse files
committed
feat(test): add node 18, 20 and 22
Update GH Actions
1 parent 219bd51 commit 55758f3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/tests.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
node-version: [14, 16]
17+
node-version: [14, 16, 18, 20, 22]
1818
steps:
19-
- uses: actions/checkout@v2
19+
- uses: actions/checkout@v4
2020
- name: Use Node.js ${{ matrix.node-version }}
21-
uses: actions/setup-node@v2
21+
uses: actions/setup-node@v4
2222
with:
2323
node-version: ${{ matrix.node-version }}
2424
- name: Install Dependencies
@@ -29,6 +29,6 @@ jobs:
2929
npm run coverage
3030
- name: Publish to coveralls.io
3131
if: ${{ matrix.node-version == 16 }}
32-
uses: coverallsapp/github-action@v1.1.2
32+
uses: coverallsapp/github-action@v2
3333
with:
3434
github-token: ${{ github.token }}

0 commit comments

Comments
 (0)