Skip to content

Commit

Permalink
chore(deps): update pnpm to v8 (#72)
Browse files Browse the repository at this point in the history
* chore(deps): update pnpm to v8

* ci(build): upgrade nodejs version in builder

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Cphayim <i@cphayim.me>
  • Loading branch information
renovate[bot] and Cphayim committed Feb 25, 2024
1 parent 9cef933 commit e60b0dc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 16
node-version: 20
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
Expand All @@ -32,7 +32,7 @@ jobs:
matrix:
# Cross-platform, multi-version Runtime testing
os: [ubuntu-latest, macos-latest, windows-latest]
node-version: [14, 16, 18]
node-version: [16, 18, 20]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -58,7 +58,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16]
node-version: [20]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"engines": {
"node": "^14.13.1 || >=16.0.0"
},
"packageManager": "pnpm@7.32.5",
"packageManager": "pnpm@8.15.4",
"scripts": {
"preinstall": "npx only-allow pnpm",
"prepare": "husky install",
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e60b0dc

Please sign in to comment.