Skip to content

Commit

Permalink
edit pnpm node version
Browse files Browse the repository at this point in the history
  • Loading branch information
katresars committed May 8, 2024
1 parent 77bb16f commit fa04c34
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,11 @@ jobs:

- uses: pnpm/action-setup@v2
with:
version: 6.32.9
version: 8.10.2
- uses: actions/setup-node@v4
with:
node-version: '14'
node-version: 21.3.0
cache: 'pnpm'
- run: pnpm install
- run: pnpm test

- name: install Rust stable
uses: dtolnay/rust-toolchain@stable
Expand Down

0 comments on commit fa04c34

Please sign in to comment.