Skip to content

Commit

Permalink
feat: upgrade node
Browse files Browse the repository at this point in the history
  • Loading branch information
fbaudry committed Oct 7, 2024
1 parent 7920d83 commit 9b51dde
Show file tree
Hide file tree
Showing 4 changed files with 1,301 additions and 1,301 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Set Node.js 16.x
- name: Set Node.js 20.x
uses: actions/[email protected]
with:
node-version: 16.x
node-version: 20.x

- name: Install dependencies
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ inputs:
description: List of all breaking change types to detect. If nothing is provided, all types will be used.
required: false
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
branding:
icon: link
Expand Down
Loading

0 comments on commit 9b51dde

Please sign in to comment.