Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
paths: .
publish:
docker:
- image: cimg/node:12
- image: cimg/node:12.22
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
4 changes: 2 additions & 2 deletions src/executors/linux_js.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
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").
description: The version of Node to use. This can be a full SemVer point release (such as 10.16.3), or just the minor release (such as 12.6), or a version alias. See https://circleci.com/developer/images/image/cimg/node#image-tags
type: string
default: '12'
default: '12.22'
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