Skip to content

Commit

Permalink
bumped pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm authored May 22, 2024
1 parent 0d46823 commit 23b0156
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
with:
version: 9.1.1
version: 9.1.2
package_json_file: webclient/package.json
run_install: |
- cwd: webclient
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-data.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
9.1.1name: Update data from upstream
name: Update data from upstream

on:
schedule:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/webclient-cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
with:
version: 9.1.1
version: 9.1.2
package_json_file: webclient/package.json
run_install: |
- cwd: webclient
Expand Down

0 comments on commit 23b0156

Please sign in to comment.