Skip to content

Commit 4ca6284

Browse files
committed
ci: use Node v12.18.2
1 parent 36fe4fc commit 4ca6284

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
FROM node:10.19.0-alpine
1+
FROM node:12.18.2-alpine
22
RUN apk update && apk upgrade && apk add --no-cache git openssh
33
RUN npm config set unsafe-perm true

codefresh.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ steps:
2121
revision: '${{CF_BRANCH}}'
2222
build:
2323
stage: build
24-
image: node:10.19.0-alpine
24+
image: node:12.18.2-alpine
2525
commands:
2626
- yarn install
2727
test:
2828
stage: build
29-
image: node:10.19.0-alpine
29+
image: node:12.18.2-alpine
3030
commands:
3131
- yarn validate
3232
releaser:

0 commit comments

Comments
 (0)