There was an error while loading. Please reload this page.
1 parent fe6613d commit a387ea4Copy full SHA for a387ea4
2 files changed
.github/actions/setup-repository/action.yml
@@ -17,8 +17,6 @@ runs:
17
RELEASE_SHA: ${{ inputs.release-sha }}
18
run: test "$(git rev-parse HEAD)" = "$RELEASE_SHA"
19
- uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
20
- with:
21
- version: 11.8.0
22
- uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6.5.0
23
with:
24
node-version: 22.22.2
.github/workflows/static-checks.yml
@@ -21,8 +21,6 @@ jobs:
fetch-depth: 0
25
26
27
28
0 commit comments