Skip to content

Commit

Permalink
Merge pull request #117 from frankbuckley/dev/node20
Browse files Browse the repository at this point in the history
Update action to Node 20
  • Loading branch information
AArnott authored Jan 25, 2024
2 parents 2a56769 + ef49d64 commit f088059
Show file tree
Hide file tree
Showing 5 changed files with 27,774 additions and 4,169 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checkin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 20.x

- name: yarn
run: yarn
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,5 @@ outputs:
description: The SemVer 2.0 compliant version.

runs:
using: node16
using: node20
main: dist/index.js
Loading

0 comments on commit f088059

Please sign in to comment.