Skip to content

Commit

Permalink
Upgrade and rebuild on Node 20
Browse files Browse the repository at this point in the history
This is in advance of a GitHub requirement that all actions use Node 20.

Resolves: #52, #53, #54
  • Loading branch information
halostatue committed Oct 4, 2023
1 parent d1ccb0e commit cf8c6c4
Show file tree
Hide file tree
Showing 7 changed files with 272 additions and 250 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
lts/gallium
v20
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# KineticCafe/actions-dco Changelog

## 1.2 / 2023-09-25

- Upgraded dependencies and set dependency on Node v20.

## 1.1 / 2023-07-21

- Improved error messages using action summaries (`summary` in `@actions/core`).
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ inputs:
_committer_ cannot exempt other peoples' contributions.
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'

branding:
Expand Down
6 changes: 3 additions & 3 deletions dist/index.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@KineticCafe/actions-dco",
"version": "1.0.0",
"version": "1.2.0",
"author": "Kinetic Commerce",
"description": "Check pull requests for DCO sign-off",
"main": "lib/main.js",
Expand All @@ -27,22 +27,22 @@
"homepage": "https://github.com/KineticCafe/actions-dco#readme",
"license": "Apache-2.0",
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/core": "^1.10.1",
"@actions/github": "^5.1.1",
"email-validator": "^2.0.4"
},
"devDependencies": {
"@octokit/types": "^11.1.0",
"@octokit/types": "^12.0.0",
"@types/escape-html": "^1.0.2",
"@types/node": "^20.5.7",
"@typescript-eslint/parser": "^6.5.0",
"@vercel/ncc": "^0.36.1",
"@types/node": "^20.8.2",
"@typescript-eslint/parser": "^6.7.4",
"@vercel/ncc": "^0.38.0",
"escape-html": "^1.0.3",
"eslint": "^8.48.0",
"eslint-plugin-github": "^4.10.0",
"eslint": "^8.50.0",
"eslint-plugin-github": "^4.10.1",
"js-yaml": "^4.1.0",
"prettier": "^3.0.3",
"typescript": "^5.2.2"
},
"packageManager": "pnpm@8.6.12"
"packageManager": "pnpm@8.7.6"
}
Loading

0 comments on commit cf8c6c4

Please sign in to comment.