Skip to content

Commit

Permalink
ci: update to node 20 (#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomarra committed Feb 17, 2024
1 parent 2eb38ad commit b29459f
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 10 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ inputs:
description: 'list of files you would like to exclude from coverage'
required: false
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
16 changes: 10 additions & 6 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"url": "git+https://github.com/VeryGoodOpenSource/very_good_coverage.git"
},
"engines": {
"node": ">=16.17.0 <17"
"node": ">=20"
},
"keywords": [
"GitHub",
Expand Down

0 comments on commit b29459f

Please sign in to comment.