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 5e79093 commit 8e887d5Copy full SHA for 8e887d5
2 files changed
.github/FUNDING.yml
.github/workflows/ci.yml
@@ -12,14 +12,14 @@ jobs:
12
13
strategy:
14
matrix:
15
- node-version: [ '18' ]
+ node-version: [ '24' ]
16
17
steps:
18
19
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
20
21
- name: Use Node.js ${{ matrix.node-version }}
22
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
23
with:
24
node-version: ${{ matrix.node-version }}
25
@@ -29,6 +29,6 @@ jobs:
29
run: npm test
30
31
- name: Upload coverage report to coveralls.io
32
- uses: coverallsapp/github-action@master
+ uses: coverallsapp/github-action@v2
33
34
github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments