mirror of
https://github.com/wagoid/commitlint-github-action.git
synced 2025-11-07 00:06:54 +00:00
build: update node.js version to 20.16.0
This commit is contained in:
parent
7f0a61df50
commit
2e05d03e3b
5 changed files with 6 additions and 6 deletions
2
.nvmrc
2
.nvmrc
|
|
@ -1 +1 @@
|
|||
20.9.0
|
||||
20.16.0
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
FROM node:20.9.0-alpine3.17 as build
|
||||
FROM node:20.16.0-alpine3.20 as build
|
||||
|
||||
COPY package*.json /
|
||||
|
||||
|
|
@ -8,7 +8,7 @@ COPY . .
|
|||
|
||||
RUN npm run build
|
||||
|
||||
FROM node:20.9.0-alpine3.17
|
||||
FROM node:20.16.0-alpine3.20
|
||||
|
||||
RUN apk --no-cache add git
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"presets": [["@babel/preset-env"]],
|
||||
"targets": {
|
||||
"node": "20.9.0"
|
||||
"node": "20.16.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
2
package-lock.json
generated
2
package-lock.json
generated
|
|
@ -57,7 +57,7 @@
|
|||
"yaml": "^2.4.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": "20.9.0"
|
||||
"node": "20.16.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@actions/core": {
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
"build": "rollup -c"
|
||||
},
|
||||
"engines": {
|
||||
"node": "20.9.0"
|
||||
"node": "20.16.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
|||
Loading…
Reference in a new issue