File tree 10 files changed +12
-12
lines changed
10 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 63
63
with :
64
64
version : ${{ inputs.pnpm_version }}
65
65
66
- - uses : actions/setup-node@v3.6.0
66
+ - uses : actions/setup-node@v4.0.2
67
67
if : steps.s3-cache.outputs.processed == 'false'
68
68
with :
69
69
node-version : " 20"
Original file line number Diff line number Diff line change 51
51
- uses : pnpm/action-setup@v3
52
52
with :
53
53
version : 9
54
- - uses : actions/setup-node@v3.6.0
54
+ - uses : actions/setup-node@v4.0.2
55
55
with :
56
56
node-version : " 20"
57
57
cache : " pnpm"
78
78
- uses : pnpm/action-setup@v3
79
79
with :
80
80
version : 9
81
- - uses : actions/setup-node@v3.6.0
81
+ - uses : actions/setup-node@v4.0.2
82
82
with :
83
83
node-version : " 20"
84
84
cache : " pnpm"
@@ -105,7 +105,7 @@ jobs:
105
105
- uses : pnpm/action-setup@v3
106
106
with :
107
107
version : 9
108
- - uses : actions/setup-node@v3.6.0
108
+ - uses : actions/setup-node@v4.0.2
109
109
with :
110
110
node-version : " 20"
111
111
cache : " pnpm"
Original file line number Diff line number Diff line change 59
59
deployment_url : ${{ steps.deployment-url.outputs.url }}
60
60
steps :
61
61
62
- - uses : actions/setup-node@v3.6.0
62
+ - uses : actions/setup-node@v4.0.2
63
63
with :
64
64
node-version : " 20"
65
65
registry-url : " https://npm.pkg.github.com"
Original file line number Diff line number Diff line change 35
35
- uses : pnpm/action-setup@v3
36
36
with :
37
37
version : 9
38
- - uses : actions/setup-node@v3.6.0
38
+ - uses : actions/setup-node@v4.0.2
39
39
with :
40
40
node-version : " 20"
41
41
scope : " @pleo-io"
Original file line number Diff line number Diff line change @@ -117,6 +117,6 @@ jobs:
117
117
118
118
# # Runs
119
119
120
- This action is a `node16 ` action.
120
+ This action is a `node20 ` action.
121
121
122
122
<!-- action-docs-runs -->
Original file line number Diff line number Diff line change @@ -19,5 +19,5 @@ outputs:
19
19
branch_label :
20
20
description : The branch label used for deployment (e.g. the hostname label for preview URL)
21
21
runs :
22
- using : ' node16 '
22
+ using : ' node20 '
23
23
main : ' dist/main/index.js'
Original file line number Diff line number Diff line change @@ -47,6 +47,6 @@ Append the URLs for branch app and storybook preview deployments to the PR descr
47
47
48
48
# # Runs
49
49
50
- This action is a `node16 ` action.
50
+ This action is a `node20 ` action.
51
51
52
52
<!-- action-docs-runs -->
Original file line number Diff line number Diff line change @@ -22,5 +22,5 @@ inputs:
22
22
required : false
23
23
default : 🤖 App
24
24
runs :
25
- using : ' node16 '
25
+ using : ' node20 '
26
26
main : ' dist/main/index.js'
Original file line number Diff line number Diff line change 63
63
with :
64
64
version : ${{ inputs.pnpm_version }}
65
65
66
- - uses : actions/setup-node@v3.6.0
66
+ - uses : actions/setup-node@v4.0.2
67
67
if : steps.s3-cache.outputs.processed == 'false'
68
68
with :
69
69
node-version : " 20"
Original file line number Diff line number Diff line change 59
59
deployment_url : ${{ steps.deployment-url.outputs.url }}
60
60
steps :
61
61
62
- - uses : actions/setup-node@v3.6.0
62
+ - uses : actions/setup-node@v4.0.2
63
63
with :
64
64
node-version : " 20"
65
65
registry-url : " https://npm.pkg.github.com"
You can’t perform that action at this time.
0 commit comments