Skip to content

Commit

Permalink
Node version 10 doesn't run npm
Browse files Browse the repository at this point in the history
  • Loading branch information
Maria Kravtsova committed Jun 6, 2022
1 parent 5b1cdf0 commit 3f7320e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2.1

orbs:
node: circleci/[email protected].2
node: circleci/node@4.5.0

jobs:
publish-package:
Expand All @@ -12,7 +12,7 @@ jobs:
at: .
- checkout
- node/install:
node-version: 10.24.1
node-version: 14.16.1
- run: npm config set //registry.npmjs.org/:_authToken=$NPM_TOKEN
- run: npm install
- run: npm version from-git --no-git-tag-version
Expand Down

0 comments on commit 3f7320e

Please sign in to comment.