Skip to content

Commit

Permalink
fix: 61 - upgrade to node 20 (#63)
Browse files Browse the repository at this point in the history
* chore: ignore mac .DS_Store files

* fix: 61 - upgrade to node 20

* chore: add .nvmrc file to specify node version
  • Loading branch information
dsaltares authored Apr 26, 2024
1 parent cdaf216 commit aa2ab12
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules/
*.js
!dist/index.js
.DS_Store
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v20
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ inputs:
description: 'The Github API base URL. Useful if you are using Github Enterprise.'
required: false
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'

outputs:
Expand Down

0 comments on commit aa2ab12

Please sign in to comment.