Skip to content

Commit

Permalink
feat: Update node to version 12
Browse files Browse the repository at this point in the history
  • Loading branch information
roni-castro committed Jan 16, 2020
1 parent f9651d3 commit d9d6167
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

publish:
docker:
- image: circleci/node:latest
- image: circleci/node:12
environment:
- PATH: '~/bin:/opt/yarn/yarn-v1.5.1/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
steps:
Expand Down
2 changes: 1 addition & 1 deletion src/commands/setup_macos_executor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ parameters:
node_version:
description: The version of Node to use. This can be either a major version ("8"), a major and minor ("8.4"), or a fully qualified version ("8.4.1").
type: string
default: 'latest'
default: '12'

steps:
- run:
Expand Down
2 changes: 1 addition & 1 deletion src/examples/full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ usage:
checkout_code:
executor:
name: rn/linux_js
node_version: 'latest'
node_version: 12
steps:
- checkout
- persist_to_workspace:
Expand Down
2 changes: 1 addition & 1 deletion src/executors/linux_js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ parameters:
node_version:
description: The version of Node to use. This can be either a major version ("8"), a major and minor ("8.4"), or a fully qualified version ("8.4.1").
type: string
default: 'latest'
default: '12'
resource_class:
description: Changes the resource class of the executor. Requires a support request to enable the resource_class parameter. See https://circleci.com/docs/2.0/configuration-reference/#resource_class
type: string
Expand Down
2 changes: 1 addition & 1 deletion src/jobs/android_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ parameters:
node_version:
description: The version of Node to use. This can be either a major version ("8"), a major and minor ("8.4"), or a fully qualified version ("8.4.1").
type: string
default: 'latest'
default: '12'

steps:
- attach_workspace:
Expand Down
2 changes: 1 addition & 1 deletion src/jobs/ios_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ parameters:
node_version:
description: The version of Node to use. This can be either a major version ("8"), a major and minor ("8.4"), or a fully qualified version ("8.4.1").
type: string
default: 'latest'
default: '12'

steps:
- when:
Expand Down
2 changes: 1 addition & 1 deletion src/jobs/ios_build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ parameters:
node_version:
description: The version of Node to use. This can be either a major version ("8"), a major and minor ("8.4"), or a fully qualified version ("8.4.1").
type: string
default: 'latest'
default: '12'

steps:
- when:
Expand Down

0 comments on commit d9d6167

Please sign in to comment.