Skip to content

Commit f088059

Browse files
authored
Merge pull request #117 from frankbuckley/dev/node20
Update action to Node 20
2 parents 2a56769 + ef49d64 commit f088059

File tree

5 files changed

+27774
-4169
lines changed

5 files changed

+27774
-4169
lines changed

.github/workflows/checkin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
- uses: actions/setup-node@v3
1717
with:
18-
node-version: 16.x
18+
node-version: 20.x
1919

2020
- name: yarn
2121
run: yarn

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,5 @@ outputs:
8181
description: The SemVer 2.0 compliant version.
8282

8383
runs:
84-
using: node16
84+
using: node20
8585
main: dist/index.js

0 commit comments

Comments
 (0)