We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd8eed9 commit 6897999Copy full SHA for 6897999
1 file changed
.github/workflows/pr-checks.yml
@@ -18,7 +18,8 @@ jobs:
18
- name: Setup node
19
uses: actions/setup-node@v3
20
with:
21
- node-version: 16
+ node-version: 20
22
+ - uses: ScaCap/infra.gh-actions/ci/js/install-safe-chain@v1
23
- name: Restore node_modules cache
24
uses: actions/cache@v3
25
@@ -40,7 +41,8 @@ jobs:
40
41
42
43
44
45
46
47
48
@@ -67,7 +69,8 @@ jobs:
67
69
68
70
71
72
73
74
75
76
0 commit comments