Skip to content

Commit 0769e2e

Browse files
committed
chore: Update actions && npm update
1 parent 1e0a360 commit 0769e2e

File tree

2 files changed

+2094
-2795
lines changed

2 files changed

+2094
-2795
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ jobs:
88
strategy:
99
max-parallel: 4
1010
matrix:
11-
node-version: [ 18.x, 20.x ]
11+
node-version: [ 20.x ]
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v3
14+
uses: actions/checkout@v4
1515

1616
- name: Use Node.js ${{ matrix.node-version }}
17-
uses: actions/setup-node@v3
17+
uses: actions/setup-node@v4
1818
with:
1919
node-version: ${{ matrix.node-version }}
2020

@@ -27,7 +27,7 @@ jobs:
2727
npm test -- --code-coverage
2828
2929
- name: Coveralls
30-
uses: coverallsapp/github-action@master
30+
uses: coverallsapp/github-action@v2
3131
with:
3232
github-token: ${{ secrets.GITHUB_TOKEN }}
3333
path-to-lcov: ./coverage/lcov.info

0 commit comments

Comments
 (0)