Skip to content

Commit

Permalink
Fix diff check
Browse files Browse the repository at this point in the history
  • Loading branch information
AArnott committed Jan 25, 2024
1 parent e1acc9e commit ef49d64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 'node20'
using: node20
main: dist/index.js

0 comments on commit ef49d64

Please sign in to comment.