Skip to content

Commit

Permalink
fix(circleci): bump nodejs version
Browse files Browse the repository at this point in the history
  • Loading branch information
shanejonas committed Feb 12, 2020
1 parent 4084fad commit 43a3c6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -47,7 +47,7 @@ jobs:
- run:
name: "Update Node.js and npm"
command: |
curl -sSL "https://nodejs.org/dist/v10.15.3/node-v10.15.3-linux-x64.tar.xz" | sudo tar --strip-components=2 -xJ -C /usr/local/bin/ node-v10.15.3-linux-x64/bin/node
curl -sSL "https://nodejs.org/dist/v12.14.1/node-v12.14.1-linux-x64.tar.xz" | sudo tar --strip-components=2 -xJ -C /usr/local/bin/ node-v12.14.1-linux-x64/bin/node
curl https://www.npmjs.com/install.sh | sudo bash
- run: npm install
- run: npm install semantic-release @semantic-release/changelog @semantic-release/git @semantic-release/github @semantic-release/npm @semantic-release/commit-analyzer @semantic-release/release-notes-generator @semantic-release/exec @qiwi/semantic-release-gh-pages-plugin @open-rpc/semantic-release-plugin
Expand Down

0 comments on commit 43a3c6a

Please sign in to comment.