mirror of
https://github.com/wagoid/commitlint-github-action.git
synced 2025-11-07 16:06:56 +00:00
feat: upgrade to node.js 16 to support ES modules by default
This will help upgrading dependencies to new versions that are exported as ESM. BREAKING CHANGE: Node.js version used on the action updated from 12 to 16
This commit is contained in:
parent
baffd3c16c
commit
30d514f252
3 changed files with 21410 additions and 43 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
FROM node:12-alpine3.9
|
FROM node:16-alpine3.13
|
||||||
|
|
||||||
RUN apk --no-cache add git
|
RUN apk --no-cache add git
|
||||||
|
|
||||||
|
|
|
||||||
21449
package-lock.json
generated
21449
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -11,7 +11,7 @@
|
||||||
"lint": "eslint ."
|
"lint": "eslint ."
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=12.0.0"
|
"node": ">=16.0.0"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue