Skip to content

Commit

Permalink
Merge pull request #35 from jsr-core/fix-gha
Browse files Browse the repository at this point in the history
chore: update setup-node action to v4
  • Loading branch information
lambdalisue authored Aug 16, 2024
2 parents d4eb54f + aad2867 commit 4f9cbba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v1
- uses: actions/setup-node@v4
with:
version: 22.x
node-version: 22.x
- name: Install deps
run: |
npx jsr install
Expand Down

0 comments on commit 4f9cbba

Please sign in to comment.