Skip to content

Commit

Permalink
chore: Update GitHub Actions and Node.js versions (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
7nohe authored Apr 7, 2024
1 parent 4d97317 commit e9a9ee8
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 e9a9ee8

Please sign in to comment.