We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3f862f commit daa6889Copy full SHA for daa6889
2 files changed
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
echo "NODE_VERSION=$NODE_VERSION" >> $GITHUB_ENV
26
27
- name: Install pnpm
28
- uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4
+ uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4
29
30
- name: Setup Node.js
31
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
.github/workflows/release.yml
@@ -34,7 +34,7 @@ jobs:
34
run: npm install -g npm@latest
35
36
37
38
with:
39
run_install: false
40
0 commit comments