Skip to content

Commit

Permalink
chore: update versions of pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Minozzzi committed Nov 8, 2024
1 parent aaf3721 commit 90fddaf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/development-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20

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

- name: Get pnpm store directory
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,10 @@
],
"*.{json,js,jsx,ts,tsx,htm,html,md}": "pnpm format:check"
},
"packageManager": "pnpm@7.26.3",
"packageManager": "pnpm@9.4.0",
"engines": {
"node": ">=18.0.0",
"npm": ">=6.14.13"
"node": ">=20.0.0",
"npm": ">=10.8.2"
},
"msw": {
"workerDirectory": [
Expand Down

0 comments on commit 90fddaf

Please sign in to comment.