Skip to content

Commit

Permalink
feat: use node 20 (#255)
Browse files Browse the repository at this point in the history
* feat: use node 20
  • Loading branch information
amondnet authored Mar 20, 2024
1 parent 2ac214f commit 16e87c0
Show file tree
Hide file tree
Showing 4 changed files with 73 additions and 73 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16
v20
2 changes: 1 addition & 1 deletion dist/index.js

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

136 changes: 68 additions & 68 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"email": "amond@amond.net",
"url": "https://amond.dev"
},
"version": "25.1.1",
"version": "25.2.0",
"main": "index.js",
"scripts": {
"lint": "eslint index.js",
Expand All @@ -26,7 +26,7 @@
"@actions/core": "^1.10.0",
"@actions/exec": "^1.0.3",
"@actions/github": "^2.1.1",
"axios": "~0.18.1",
"axios": "^1.6.8",
"common-tags": "^1.8.0",
"vercel": "25.1.0",
"@octokit/webhooks": "latest"
Expand All @@ -45,7 +45,7 @@
"jest": "^29.4.0"
},
"engines": {
"node": "v16"
"node": "v20"
},
"keywords": [
"GitHub",
Expand Down

3 comments on commit 16e87c0

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for team-scope-test ready!

✅ Preview
https://team-scope-test-fa1bwiz2r-dietfriends.vercel.app

Built with commit 16e87c0.
This pull request is being automatically deployed with vercel-action

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for zeit-now-deployment-action-example-static ready!

✅ Preview
https://zeit-now-deployment-action-example-static-2kjn0yesm-amond.vercel.app
https://master.static.vercel-action.amond.dev

Built with commit 16e87c0.
This pull request is being automatically deployed with vercel-action

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for vercel-action-example-nextjs ready!

✅ Preview
https://vercel-action-example-nextjs-gv59q6clb-amond.vercel.app
https://master.nextjs.vercel-action.amond.dev

Built with commit 16e87c0.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.