Skip to content

Commit 26a7f74

Browse files
committed
Chore: update workflows
1 parent 44b3706 commit 26a7f74

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
with:
1818
node-version: '20.x'
1919
registry-url: 'https://registry.npmjs.org'
20-
- uses: pnpm/action-setup@v3
20+
- uses: pnpm/action-setup@v4
2121
with:
22-
version: 8
22+
version: 9
2323
- run: pnpm install
2424
- run: pnpm test
2525
- run: pnpm check

.github/workflows/tests.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,21 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
node-version:
13+
- 24
14+
- 22
1315
- 20
14-
- 18
15-
- 16
1616
steps:
17-
- uses: actions/checkout@v2
18-
- uses: actions/setup-node@v2
17+
- uses: actions/checkout@v4
18+
- uses: actions/setup-node@v4
1919
with:
2020
node-version: ${{ matrix.node-version }}
21-
- uses: pnpm/action-setup@v2
21+
- uses: pnpm/action-setup@v4
2222
with:
23-
version: 8
23+
version: 9
2424
- run: pnpm install
2525
- run: pnpm test
2626
- run: pnpm check
27-
- uses: codecov/codecov-action@v4.0.1
27+
- uses: codecov/codecov-action@v5
2828
with:
2929
token: ${{ secrets.CODECOV_TOKEN }}
3030
slug: adrgautier/fffunction

0 commit comments

Comments
 (0)