diff --git a/.circleci/config.yml b/.circleci/config.yml index a57ca9f..ced46b2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -36,7 +36,7 @@ jobs: - run: 'CI=false && npm cache clean -force && rm package-lock.json' #- run: 'CI=false && npm i --save --legacy-peer-deps && npm install marked marked-man && npm audit fix && npm run build-nix' - - run: npm i --save + - run: npm i --save --legacy-peer-deps - run: npm audit fix || true diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index cb24af9..54624b3 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -10,7 +10,7 @@ jobs: strategy: matrix: - node-version: [12.x, 14.x, 16.x] + node-version: [12.x, 14.x, 16.x, 18.x] steps: - uses: actions/checkout@v2