Skip to content

Commit

Permalink
chore: Update GitHub Actions and Node.js versions
Browse files Browse the repository at this point in the history
  • Loading branch information
7nohe committed Mar 30, 2024
1 parent 4c01176 commit 04dcd59
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
with:
version: 8
- name: Install Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: 'pnpm'

- name: Install dependencies
Expand Down

0 comments on commit 04dcd59

Please sign in to comment.