Skip to content

Commit

Permalink
updated node and vercel dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
FernandoArozarena committed Jul 31, 2024
1 parent 46df755 commit e19e490
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Main

env:
NODE_VERSION: "16.15.1"
NODE_VERSION: "20.10.0"

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.15.1
20.10.0
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ author: 'softprops'
env:
'GITHUB_TOKEN': 'Repository token provided by Github Actions secrets'
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
inputs:
poll-interval-seconds:
Expand Down
8 changes: 7 additions & 1 deletion dist/index.js

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions 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 @@ -29,7 +29,7 @@
"devDependencies": {
"@types/jest": "^26.0.19",
"@types/node": "^14.14.16",
"@vercel/ncc": "^0.26.1",
"@vercel/ncc": "^0.38.1",
"husky": "^4.3.6",
"jest": "^26.6.3",
"jest-circus": "^26.6.3",
Expand Down

0 comments on commit e19e490

Please sign in to comment.