File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 13
13
node-version : ["18"]
14
14
15
15
steps :
16
- - uses : actions/checkout@v2
16
+ - uses : actions/checkout@v3
17
17
with :
18
18
fetch-depth : 1
19
19
23
23
echo "Base ref: ${{ github.base_ref }}"
24
24
25
25
- name : Setup Node.js
26
- uses : actions/setup-node@v2
26
+ uses : actions/setup-node@v3
27
27
with :
28
28
node-version : ${{ matrix.node-version }}
29
29
Original file line number Diff line number Diff line change 11
11
- uses : actions/checkout@v3
12
12
- uses : actions/setup-node@v3
13
13
with :
14
- node-version : 16
14
+ node-version : 18
15
15
16
16
publish-npm :
17
17
needs : build
20
20
- uses : actions/checkout@v3
21
21
- uses : actions/setup-node@v3
22
22
with :
23
- node-version : 16
23
+ node-version : 18
24
24
registry-url : https://registry.npmjs.org/
25
25
scope : " @smakss"
26
26
- run : yarn && yarn generate
35
35
- uses : actions/checkout@v3
36
36
- uses : actions/setup-node@v3
37
37
with :
38
- node-version : 16
38
+ node-version : 18
39
39
registry-url : https://npm.pkg.github.com/
40
40
scope : " @smakss"
41
41
- run : yarn && yarn generate
You can’t perform that action at this time.
0 commit comments