Commit 8b06b38 1 parent ad2e628 commit 8b06b38 Copy full SHA for 8b06b38
File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 22
22
- uses : actions/checkout@v2
23
23
- uses : actions/setup-node@v2
24
24
with :
25
- node-version : ' 12.x '
25
+ node-version : 16
26
26
registry-url : ' https://registry.npmjs.org'
27
27
# Defaults to the user or organization that owns the workflow file
28
28
scope : ' @rimbu'
Original file line number Diff line number Diff line change 13
13
- uses : actions/checkout@v1
14
14
- uses : actions/setup-node@v1
15
15
with :
16
- node-version : ' 14.x '
16
+ node-version : 16
17
17
- uses : webfactory/ssh-agent@v0.5.0
18
18
with :
19
19
ssh-private-key : ${{ secrets.GH_PAGES_DEPLOY }}
Original file line number Diff line number Diff line change 21
21
# Setup .npmrc file to publish to npm
22
22
- uses : actions/setup-node@v2
23
23
with :
24
- node-version : ' 12.x '
24
+ node-version : 16
25
25
registry-url : ' https://registry.npmjs.org'
26
26
# Defaults to the user or organization that owns the workflow file
27
27
scope : ' @rimbu'
Original file line number Diff line number Diff line change 21
21
# Setup .npmrc file to publish to npm
22
22
- uses : actions/setup-node@v2
23
23
with :
24
- node-version : ' 12.x '
24
+ node-version : 16
25
25
registry-url : ' https://registry.npmjs.org'
26
26
# Defaults to the user or organization that owns the workflow file
27
27
scope : ' @rimbu'
Original file line number Diff line number Diff line change 18
18
# Setup .npmrc file to publish to npm
19
19
- uses : actions/setup-node@v2
20
20
with :
21
- node-version : ' 12.x '
21
+ node-version : 16
22
22
registry-url : ' https://registry.npmjs.org'
23
23
# Defaults to the user or organization that owns the workflow file
24
24
scope : ' @rimbu'
You can’t perform that action at this time.
0 commit comments