Skip to content

Commit

Permalink
pnpm set version, no from frozen lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-cho committed Aug 5, 2024
1 parent 08a8e74 commit 52adcac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
cache: 'pnpm'
cache-dependency-path: clients/vscode/pnpm-lock.yaml

- run: pnpm install --frozen-lockfile
- run: pnpm install
working-directory: clients/vscode

- name: Package Extension
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
cache: 'pnpm'
cache-dependency-path: clients/vscode/pnpm-lock.yaml

- run: pnpm install --frozen-lockfile
- run: pnpm install
working-directory: clients/vscode

- name: Package Extension (release)
Expand Down Expand Up @@ -218,7 +218,7 @@ jobs:
cache: 'pnpm'
cache-dependency-path: clients/vscode/pnpm-lock.yaml

- run: pnpm install --frozen-lockfile
- run: pnpm install
working-directory: clients/vscode

# - run: pnpm dlx vsce publish --pat ${{ secrets.VSCE_TOKEN }} --packagePath ../../dist/fluent-bit-language-server-*.vsix
Expand Down
2 changes: 1 addition & 1 deletion clients/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
}
}
},
"packageManager": "pnpm@8.4.0",
"packageManager": "pnpm@8.15.8",
"dependencies": {
"vscode-languageclient": "^9.0.1"
},
Expand Down

0 comments on commit 52adcac

Please sign in to comment.