File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 13
13
- uses : actions/checkout@v4
14
14
- uses : actions/setup-node@v4
15
15
with :
16
- node-version : 12
16
+ node-version : 20
17
17
- run : yarn --frozen-lockfile
18
18
- run : yarn lint:check
19
19
- run : yarn build
Original file line number Diff line number Diff line change 14
14
- uses : actions/checkout@v4
15
15
- uses : actions/setup-node@v4
16
16
with :
17
- node-version : 12
17
+ node-version : 20
18
18
- run : yarn --frozen-lockfile
19
19
- run : yarn lint:check
20
20
- run : yarn build
27
27
- uses : actions/checkout@v4
28
28
- uses : actions/setup-node@v4
29
29
with :
30
- node-version : 12
30
+ node-version : 20
31
31
registry-url : https://registry.npmjs.org/
32
32
- run : yarn --frozen-lockfile
33
33
- run : yarn build
42
42
# - uses: actions/checkout@v4
43
43
# - uses: actions/setup-node@v4
44
44
# with:
45
- # node-version: 12
45
+ # node-version: 20
46
46
# registry-url: https://npm.pkg.github.com/
47
47
# - run: yarn --frozen-lockfile
48
48
# - run: yarn build
You can’t perform that action at this time.
0 commit comments