Skip to content

Commit

Permalink
First pass at updating to node 18
Browse files Browse the repository at this point in the history
Just seeing what breaks first - we may need to update this library
for our export purposes.
  • Loading branch information
mattdoller committed Aug 15, 2024
1 parent dd08945 commit 8bb557c
Show file tree
Hide file tree
Showing 5 changed files with 3,280 additions and 1,912 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
version: 2.1

orbs:
node: circleci/node@5.0.2
node: circleci/node@5.2.0

workflows:
test:
jobs:
- node/test:
version: "14.19.3"
version: "18.20.4"
test-results-path: .test_output/
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.19.3
18.20.4
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#########################################
### Base Image ##
#########################################
FROM node:14 AS build
FROM node:18 AS build
WORKDIR /app
COPY . /app
RUN npm install --only=production --no-fund --no-optional --no-audit
Expand Down
Loading

0 comments on commit 8bb557c

Please sign in to comment.