Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

Commit

Permalink
chore: Bump node and pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
DafyddLlyr committed Jul 3, 2023
1 parent eb1b293 commit db6782b
Show file tree
Hide file tree
Showing 3 changed files with 830 additions and 803 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ jobs:
id: install-node
uses: actions/setup-node@v3
with:
node-version: 16
node-version: ${{ vars.NODE_VERSION }}

- name: Install pnpm
id: install-pnpm
uses: pnpm/action-setup@v2
with:
version: 7
version: ${{ vars.PNPM_VERSION }}
run_install: false

- name: Get pnpm store directory
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"vitest": "^0.25.3"
},
"engines": {
"node": "^16",
"pnpm": "^7.8.0"
"node": "^18",
"pnpm": "^8.2.0"
}
}
Loading

0 comments on commit db6782b

Please sign in to comment.