Skip to content

Commit

Permalink
Node20 update (#135)
Browse files Browse the repository at this point in the history
* audit fix

* update node, use nock-beta which supports fetch which is now default in modern node

* Update changelog for 1.0.3

* update workflows so test runner uses node20

* Update CHANGELOG.md

Co-authored-by: Brian Flad <bflad417@gmail.com>

* revert quote change

* update dist

* dist: Try rebuilding again

* deps: Update jest@29.7.0

---------

Co-authored-by: Simon Davis <sdavis@hashicorp.com>
Co-authored-by: Simon Davis <simon@breathingdust.com>
  • Loading branch information
3 people authored May 9, 2024
1 parent ae6c9fd commit 7e7f0c6
Show file tree
Hide file tree
Showing 5 changed files with 1,509 additions and 1,418 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
check-dist:
name: Check dist directory
uses: actions/reusable-workflows/.github/workflows/check-dist.yml@a8533f184b279cfc1b2dd6a96ed2f097ccf81189
uses: actions/reusable-workflows/.github/workflows/check-dist.yml@5e63e7aef083769958fc026fe8eea0241c0eb444
test:
name: Test
uses: actions/reusable-workflows/.github/workflows/basic-validation.yml@a8533f184b279cfc1b2dd6a96ed2f097ccf81189
uses: actions/reusable-workflows/.github/workflows/basic-validation.yml@5e63e7aef083769958fc026fe8eea0241c0eb444
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# v2.0.0

NOTES

- Set action to use `node20`
- Update dependencies

# v1.0.2

NOTES
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ outputs:
description: 'Numeric identifiers of all issues and pull requests that received comments.'

runs:
using: 'node12'
using: 'node20'
main: 'dist/index.js'
Loading

0 comments on commit 7e7f0c6

Please sign in to comment.