Skip to content

Commit

Permalink
ci: update pnpm and Node.js versions in GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gizmo-ds committed Mar 4, 2024
1 parent 8f6dc5f commit 682c519
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 8.3.0
version: 8.15.4

- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: lts/*
node-version: 20.11.1
cache: pnpm

- name: Run tests
Expand Down

0 comments on commit 682c519

Please sign in to comment.