Skip to content

Commit 4c2f05f

Browse files
committed
Update CI workflow
1 parent 965924c commit 4c2f05f

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.github/FUNDING.yml

-1
This file was deleted.

.github/workflows/ci.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ jobs:
2424
timeout-minutes: 10
2525
steps:
2626
- name: Checkout
27-
uses: actions/checkout@v3
27+
uses: actions/checkout@v4
2828

2929
- name: Install pnpm
30-
uses: pnpm/action-setup@v2.2.2
30+
uses: pnpm/action-setup@v3
3131

3232
- name: Setup node
33-
uses: actions/setup-node@v3
33+
uses: actions/setup-node@v4
3434
with:
35-
node-version: 16
35+
node-version: 18
3636
cache: pnpm
3737
cache-dependency-path: '**/pnpm-lock.yaml'
3838

@@ -60,7 +60,7 @@ jobs:
6060

6161
- name: Upload test results
6262
if: failure()
63-
uses: actions/upload-artifact@v3
63+
uses: actions/upload-artifact@v4
6464
with:
6565
retention-days: 3
6666
name: test-failure-${{ github.run_id }}

0 commit comments

Comments
 (0)