We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e0a360 commit 0769e2eCopy full SHA for 0769e2e
.github/workflows/main.yml
@@ -8,13 +8,13 @@ jobs:
8
strategy:
9
max-parallel: 4
10
matrix:
11
- node-version: [ 18.x, 20.x ]
+ node-version: [ 20.x ]
12
steps:
13
- name: Checkout
14
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
15
16
- name: Use Node.js ${{ matrix.node-version }}
17
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
18
with:
19
node-version: ${{ matrix.node-version }}
20
@@ -27,7 +27,7 @@ jobs:
27
npm test -- --code-coverage
28
29
- name: Coveralls
30
- uses: coverallsapp/github-action@master
+ uses: coverallsapp/github-action@v2
31
32
github-token: ${{ secrets.GITHUB_TOKEN }}
33
path-to-lcov: ./coverage/lcov.info
0 commit comments