Skip to content

Commit d77e3df

Browse files
committed
BREAKING CHANGE: update to use nodeJS v20
1 parent aa1c481 commit d77e3df

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
os: [ubuntu-latest]
17-
node-version: [16.x]
17+
node-version: [20.x]
1818

1919
steps:
2020
- name: Checkout

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: [ ubuntu-latest ]
15-
node-version: [ 16.x ]
15+
node-version: [ 20.x ]
1616

1717
steps:
1818
- name: Checkout

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ outputs:
4747
status:
4848
description: "Status"
4949
runs:
50-
using: "node16"
50+
using: "node20"
5151
main: "dist/index.js"
5252
branding:
5353
color: "green"

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)