Skip to content

Commit 4178cbf

Browse files
committed
node.js 20
1 parent f874749 commit 4178cbf

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/coveralls.yml

+8-2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14+
15+
- uses: actions/checkout@v3
16+
- name: Use Node.js 20.x
17+
uses: actions/setup-node@v3
18+
with:
19+
node-version: 20.x
20+
1421
- name: Checkout code
1522
uses: actions/checkout@v4
1623

@@ -37,5 +44,4 @@ jobs:
3744
uses: coverallsapp/github-action@master
3845
with:
3946
github-token: ${{ secrets.GITHUB_TOKEN }}
40-
path-to-lcov: ./coverage.lcov
41-
node-version: 20
47+
path-to-lcov: ./coverage.lcov

0 commit comments

Comments
 (0)