Skip to content

Commit f8b5f1d

Browse files
remove safe-chain action as its not available on ubuntu-runner
1 parent 1829b24 commit f8b5f1d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/pr-checks.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
uses: actions/setup-node@v3
2020
with:
2121
node-version: 20
22-
- uses: ScaCap/infra.gh-actions/ci/js/install-safe-chain@v1
2322
- name: Restore node_modules cache
2423
uses: actions/cache@v3
2524
with:
@@ -42,7 +41,6 @@ jobs:
4241
uses: actions/setup-node@v3
4342
with:
4443
node-version: 20
45-
- uses: ScaCap/infra.gh-actions/ci/js/install-safe-chain@v1
4644
- name: Restore node_modules cache
4745
uses: actions/cache@v3
4846
with:
@@ -70,7 +68,6 @@ jobs:
7068
uses: actions/setup-node@v3
7169
with:
7270
node-version: 20
73-
- uses: ScaCap/infra.gh-actions/ci/js/install-safe-chain@v1
7471
- name: Restore node_modules cache
7572
uses: actions/cache@v3
7673
with:

0 commit comments

Comments
 (0)