Skip to content

Commit

Permalink
Add nix setup for development and upgrade node
Browse files Browse the repository at this point in the history
  • Loading branch information
airhorns committed Nov 8, 2023
1 parent 0382e94 commit b6ae2d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/setup-test-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ runs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 21

- uses: pnpm/action-setup@v2
name: Install pnpm
id: pnpm-install
with:
version: 7
version: 8
run_install: false

- name: Get pnpm store directory
Expand Down

0 comments on commit b6ae2d5

Please sign in to comment.