File tree 5 files changed +48
-18
lines changed
5 files changed +48
-18
lines changed Original file line number Diff line number Diff line change @@ -289,8 +289,10 @@ jobs:
289
289
- name : Upload code coverage
290
290
uses : codecov/codecov-action@v4
291
291
with :
292
- fail_ci_if_error : true
292
+ fail_ci_if_error : false
293
293
token : ${{ secrets.CODECOV_TOKEN }}
294
+ env :
295
+ CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
294
296
concurrency :
295
297
group : ${{ github.workflow }}-${{ github.ref }}
296
298
cancel-in-progress : true
Original file line number Diff line number Diff line change 1
1
# ###########################################################
2
2
# Build stage
3
3
# ###########################################################
4
- FROM node:lts-alpine AS build
4
+ FROM node:20.14.0-alpine3.20 AS build
5
5
6
6
RUN apk --no-cache add \
7
7
build-base \
@@ -28,7 +28,7 @@ RUN npm ci --omit=dev --ignore-scripts \
28
28
# ###########################################################
29
29
# Release stage
30
30
# ###########################################################
31
- FROM node:lts-alpine AS release
31
+ FROM node:20.14.0-alpine3.20 AS release
32
32
33
33
VOLUME /parse-server/cloud /parse-server/config
34
34
Original file line number Diff line number Diff line change 6
6
[ ![ Build Status] ( https://github.com/parse-community/parse-server/workflows/ci/badge.svg?branch=beta )] ( https://github.com/parse-community/parse-server/actions?query=workflow%3Aci+branch%3Abeta )
7
7
[ ![ Build Status] ( https://github.com/parse-community/parse-server/workflows/ci/badge.svg?branch=release )] ( https://github.com/parse-community/parse-server/actions?query=workflow%3Aci+branch%3Arelease )
8
8
[ ![ Snyk Badge] ( https://snyk.io/test/github/parse-community/parse-server/badge.svg )] ( https://snyk.io/test/github/parse-community/parse-server )
9
- [ ![ Coverage] ( https://img.shields. io/codecov/c/ github/parse-community/parse-server/alpha.svg )] ( https://codecov.io/github/parse-community/parse-server?branch= alpha )
9
+ [ ![ Coverage] ( https://codecov. io/github/parse-community/parse-server/branch/ alpha/graph/badge .svg )] ( https://app. codecov.io/github/parse-community/parse-server/tree/ alpha )
10
10
[ ![ auto-release] ( https://img.shields.io/badge/%F0%9F%9A%80-auto--release-9e34eb.svg )] ( https://github.com/parse-community/parse-dashboard/releases )
11
11
12
12
[ ![ Node Version] ( https://img.shields.io/badge/nodejs-18,_20-green.svg?logo=node.js&style=flat )] ( https://nodejs.org )
Original file line number Diff line number Diff line change 62
62
"uuid" : " 9.0.1" ,
63
63
"winston" : " 3.12.0" ,
64
64
"winston-daily-rotate-file" : " 5.0.0" ,
65
- "ws" : " 8.16.0 "
65
+ "ws" : " 8.17.1 "
66
66
},
67
67
"devDependencies" : {
68
68
"@actions/core" : " 1.10.1" ,
You can’t perform that action at this time.
0 commit comments