Skip to content

Commit 8dbe550

Browse files
committed
feat(deps): Major upgrade to Node 20
1 parent 61b51b3 commit 8dbe550

File tree

8 files changed

+7872
-8147
lines changed

8 files changed

+7872
-8147
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 2
33
jobs:
44
test:
55
docker:
6-
- image: circleci/node:10
6+
- image: circleci/node:20
77
steps:
88
- checkout
99
- restore_cache:
@@ -24,4 +24,4 @@ jobs:
2424
workflows:
2525
version: 2
2626
test:
27-
jobs: [test]
27+
jobs: [test]

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
FROM node:10-alpine
1+
FROM node:lts-alpine
22

33
COPY package.json package-lock.json ./
44
RUN npm install --only=production
55

66
ADD . ./
77

88
ENV PORT=80
9-
CMD npm run start
9+
CMD npm run start

now.json

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)