File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 99jobs :
1010 eslint :
1111 name : Code quality
12- runs-on : ubuntu-latest
12+ runs-on : scacap-small
1313 steps :
1414 - name : Checkout repo
15- uses : actions/checkout@v3
15+ uses : actions/checkout@v5
1616 with :
1717 fetch-depth : 0
1818 - name : Setup node
19- uses : actions/setup-node@v3
19+ uses : actions/setup-node@v6
2020 with :
2121 node-version : 20
2222 - uses : ScaCap/infra.gh-actions/ci/js/install-safe-chain@v1
@@ -32,14 +32,14 @@ jobs:
3232
3333 tests :
3434 name : Unit tests
35- runs-on : ubuntu-latest
35+ runs-on : scacap-small
3636 steps :
3737 - name : Checkout repo
38- uses : actions/checkout@v3
38+ uses : actions/checkout@v5
3939 with :
4040 fetch-depth : 0
4141 - name : Setup node
42- uses : actions/setup-node@v3
42+ uses : actions/setup-node@v6
4343 with :
4444 node-version : 20
4545 - uses : ScaCap/infra.gh-actions/ci/js/install-safe-chain@v1
@@ -60,14 +60,14 @@ jobs:
6060
6161 build :
6262 name : Check build is committed
63- runs-on : ubuntu-latest
63+ runs-on : scacap-small
6464 steps :
6565 - name : Checkout repo
66- uses : actions/checkout@v3
66+ uses : actions/checkout@v5
6767 with :
6868 fetch-depth : 0
6969 - name : Setup node
70- uses : actions/setup-node@v3
70+ uses : actions/setup-node@v6
7171 with :
7272 node-version : 20
7373 - uses : ScaCap/infra.gh-actions/ci/js/install-safe-chain@v1
You can’t perform that action at this time.
0 commit comments