We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9a64a4 commit 5bbb31fCopy full SHA for 5bbb31f
.github/actions/pnpm-setup/action.yml
@@ -13,7 +13,7 @@ runs:
13
# Install pnpm. https://github.com/pnpm/action-setup
14
- uses: pnpm/action-setup@v4
15
with:
16
- version: 8
+ version: 9
17
# run_install: false
18
19
# Get pnpm store path so we can cache it
.github/workflows/e2e.yml
@@ -88,7 +88,7 @@ jobs:
88
- name: Setup pnpm
89
uses: pnpm/action-setup@v4
90
91
92
93
- name: Set up NodeJS v18
94
uses: actions/setup-node@v4
0 commit comments