File tree Expand file tree Collapse file tree 5 files changed +13
-13
lines changed Expand file tree Collapse file tree 5 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 14
14
with :
15
15
ref : ${{ github.event.pull_request.head.sha }}
16
16
# Setup .npmrc file to publish to npm
17
- - uses : actions/setup-node@v3
17
+ - uses : actions/setup-node@v4
18
18
with :
19
- node-version : ' 16 .x'
19
+ node-version : ' 18 .x'
20
20
registry-url : ' https://registry.npmjs.org'
21
21
# Ensure that the README is published with the package
22
22
- run : rm -f packages/cli/README.md && cp README.md packages/cli
Original file line number Diff line number Diff line change 8
8
steps :
9
9
- uses : actions/checkout@v3
10
10
# Setup .npmrc file to publish to npm
11
- - uses : actions/setup-node@v3
11
+ - uses : actions/setup-node@v4
12
12
with :
13
- node-version : ' 16 .x'
13
+ node-version : ' 18 .x'
14
14
registry-url : ' https://registry.npmjs.org'
15
15
- run : npm ci
16
16
- run : npm publish --workspace packages/create-cli
Original file line number Diff line number Diff line change 35
35
steps :
36
36
- uses : actions/checkout@v3
37
37
# Setup .npmrc file to publish to npm
38
- - uses : actions/setup-node@v3
38
+ - uses : actions/setup-node@v4
39
39
with :
40
- node-version : ' 16 .x'
40
+ node-version : ' 18 .x'
41
41
registry-url : ' https://registry.npmjs.org'
42
42
env :
43
43
NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
93
93
- uses : actions/checkout@v3
94
94
with :
95
95
ref : main
96
- - uses : actions/setup-node@v3
96
+ - uses : actions/setup-node@v4
97
97
with :
98
- node-version : ' 16 .x'
98
+ node-version : ' 18 .x'
99
99
registry-url : ' https://registry.npmjs.org'
100
100
env :
101
101
NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- uses : actions/checkout@v3
13
- - uses : actions/setup-node@v3
13
+ - uses : actions/setup-node@v4
14
14
with :
15
- node-version : " 16 "
15
+ node-version : " 18 "
16
16
cache : " npm"
17
17
cache-dependency-path : package-lock.json
18
18
- run : npm config set fund false && npm set audit false
28
28
runs-on : ${{ matrix.os }}
29
29
steps :
30
30
- uses : actions/checkout@v3
31
- - uses : actions/setup-node@v3
31
+ - uses : actions/setup-node@v4
32
32
with :
33
- node-version : " 16 "
33
+ node-version : " 18 "
34
34
cache : " npm"
35
35
cache-dependency-path : package-lock.json
36
36
- run : npm config set fund false && npm set audit false
Original file line number Diff line number Diff line change 1
- v18.20.4
1
+ v18.20.5
You can’t perform that action at this time.
0 commit comments