Skip to content

Commit

Permalink
running on node18
Browse files Browse the repository at this point in the history
  • Loading branch information
julienwoll committed Sep 22, 2023
1 parent e637ef7 commit 75bd8a0
Show file tree
Hide file tree
Showing 5 changed files with 24,481 additions and 19,677 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ references:

node_container: &node_container
docker:
- image: circleci/node:8.9
- image: cimg/node:18.17.1

attach_workspace: &attach_workspace
attach_workspace:
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
chmod +x ./cc-test-reporter
- run: npm install
- run: npm install --legacy-peer-deps

# code climate requires before-build and after-build to be executed around test
- run:
Expand Down
Loading

0 comments on commit 75bd8a0

Please sign in to comment.