File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 14
14
- name : Use Node.js
15
15
uses : actions/setup-node@main
16
16
with :
17
- node-version : 16 .x
17
+ node-version : 20 .x
18
18
- run : |
19
19
cd action
20
20
npm install
Original file line number Diff line number Diff line change 10
10
- name : Use Node.js
11
11
uses : actions/setup-node@main
12
12
with :
13
- node-version : 16 .x
13
+ node-version : 20 .x
14
14
- name : ' Build'
15
15
run : |
16
16
cd action
26
26
- name : Use Node.js
27
27
uses : actions/setup-node@main
28
28
with :
29
- node-version : 16 .x
29
+ node-version : 20 .x
30
30
- name : Install NPM Packages
31
31
run : |
32
32
cd action
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ jobs:
118
118
- name: Use Node.js
119
119
uses: actions/setup-node@main
120
120
with:
121
- node-version: 16 .x
121
+ node-version: 20 .x
122
122
- name: npm install and build
123
123
run: |
124
124
npm install
@@ -155,7 +155,7 @@ jobs:
155
155
- name: Use Node.js
156
156
uses: actions/setup-node@main
157
157
with:
158
- node-version: 16 .x
158
+ node-version: 20 .x
159
159
- name: npm install and build
160
160
run: |
161
161
npm install
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: 'Push git subdirectory as branch'
3
3
description : ' Push a subdirectory as a branch to any git repo over SSH (or to the local repo)'
4
4
author : ' Sam Lanning <sam@samlanning.com>'
5
5
runs :
6
- using : ' node16 '
6
+ using : ' node20 '
7
7
main : ' action/dist/index.js'
8
8
branding :
9
9
icon : ' upload-cloud'
You can’t perform that action at this time.
0 commit comments