Skip to content

Commit

Permalink
Merge pull request #1 from GensDeConfiance/upgrade-to-node-20
Browse files Browse the repository at this point in the history
feat: upgrade node16 to node20
  • Loading branch information
fbaudry authored Oct 7, 2024
2 parents 7920d83 + 6bbf2e1 commit 7d98233
Show file tree
Hide file tree
Showing 6 changed files with 1,304 additions and 1,303 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 .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
with:
specFilename: tests/exampleSpec.yaml
format: yaml
accessToken: ${{ secrets.GH_PAT }}
accessToken: ${{ secrets.GITHUB_TOKEN }}
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules
node_modules
.idea
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 7d98233

Please sign in to comment.