Commit 767b3f7 1 parent 0366088 commit 767b3f7 Copy full SHA for 767b3f7
File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 20
20
- uses : actions/checkout@v4
21
21
- uses : actions/setup-node@v4
22
22
with :
23
- node-version : 20.x
23
+ node-version : 20
24
24
- run : npm ci
25
25
26
26
- name : Rebuild the dist/ directory
Original file line number Diff line number Diff line change 19
19
- windows-latest
20
20
runs-on : ${{ matrix.os }}
21
21
steps :
22
- - uses : actions/checkout@v3
22
+ - uses : actions/checkout@v4
23
23
24
24
- name : " Create bare bones Scarb.lock for cache testing"
25
25
shell : bash
@@ -111,8 +111,8 @@ jobs:
111
111
lint :
112
112
runs-on : ubuntu-latest
113
113
steps :
114
- - uses : actions/checkout@v3
115
- - uses : actions/setup-node@v3
114
+ - uses : actions/checkout@v4
115
+ - uses : actions/setup-node@v4
116
116
with :
117
117
node-version : 20
118
118
cache : " npm"
Original file line number Diff line number Diff line change 13
13
check :
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@v3
16
+ - uses : actions/checkout@v4
17
17
- uses : software-mansion/setup-scarb@v1
18
18
with :
19
19
scarb-version : " 2.9.1"
You can’t perform that action at this time.
0 commit comments