Skip to content

Commit 8e887d5

Browse files
committed
Update .github configs
1 parent 5e79093 commit 8e887d5

2 files changed

Lines changed: 4 additions & 7 deletions

File tree

.github/FUNDING.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
node-version: [ '18' ]
15+
node-version: [ '24' ]
1616

1717
steps:
1818

19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v5
2020

2121
- name: Use Node.js ${{ matrix.node-version }}
22-
uses: actions/setup-node@v4
22+
uses: actions/setup-node@v6
2323
with:
2424
node-version: ${{ matrix.node-version }}
2525

@@ -29,6 +29,6 @@ jobs:
2929
run: npm test
3030

3131
- name: Upload coverage report to coveralls.io
32-
uses: coverallsapp/github-action@master
32+
uses: coverallsapp/github-action@v2
3333
with:
3434
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)