Skip to content

Commit

Permalink
change pnpm version (#66)
Browse files Browse the repository at this point in the history
* change pnpm version

* change pnpm version minor pipeline action change
  • Loading branch information
Mgrdich authored May 25, 2024
1 parent 2ce2e74 commit ece2d69
Show file tree
Hide file tree
Showing 3 changed files with 2,547 additions and 2,105 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

env:
node_version: "18.17.1"
pnpm_version: 8
pnpm_version: "9.1.2"

jobs:
lint:
Expand All @@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v4

- name: setup pnpm
uses: pnpm/action-setup@v3
uses: pnpm/action-setup@v4
with:
version: ${{ env.pnpm_version }}
run_install: false
Expand Down
4 changes: 2 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"vite": "^5.2.0"
},
"engines": {
"node": "18.17.1",
"pnpm": ">=8.0.0"
"node": "v18.17.1",
"pnpm": "v9.1.2"
}
}
Loading

0 comments on commit ece2d69

Please sign in to comment.