Skip to content

Commit 5bc6742

Browse files
authored
Merge pull request #99 from Tpleme/node-bump
bump node version to 20
2 parents 92faf78 + d3eda70 commit 5bc6742

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/badges.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Use Node.js
1515
uses: actions/setup-node@main
1616
with:
17-
node-version: 16.x
17+
node-version: 20.x
1818
- run: |
1919
cd action
2020
npm install

.github/workflows/ci-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Use Node.js
1111
uses: actions/setup-node@main
1212
with:
13-
node-version: 16.x
13+
node-version: 20.x
1414
- name: 'Build'
1515
run: |
1616
cd action
@@ -26,7 +26,7 @@ jobs:
2626
- name: Use Node.js
2727
uses: actions/setup-node@main
2828
with:
29-
node-version: 16.x
29+
node-version: 20.x
3030
- name: Install NPM Packages
3131
run: |
3232
cd action

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
- name: Use Node.js
119119
uses: actions/setup-node@main
120120
with:
121-
node-version: 16.x
121+
node-version: 20.x
122122
- name: npm install and build
123123
run: |
124124
npm install
@@ -155,7 +155,7 @@ jobs:
155155
- name: Use Node.js
156156
uses: actions/setup-node@main
157157
with:
158-
node-version: 16.x
158+
node-version: 20.x
159159
- name: npm install and build
160160
run: |
161161
npm install

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: 'Push git subdirectory as branch'
33
description: 'Push a subdirectory as a branch to any git repo over SSH (or to the local repo)'
44
author: 'Sam Lanning <sam@samlanning.com>'
55
runs:
6-
using: 'node16'
6+
using: 'node20'
77
main: 'action/dist/index.js'
88
branding:
99
icon: 'upload-cloud'

0 commit comments

Comments
 (0)