Skip to content

Commit c2a7613

Browse files
authored
Merge pull request #147 from nxt-insurance/@anthonymayer/fix-cimg-node-versions
2 parents 48ff0f2 + 1186c41 commit c2a7613

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
paths: .
2222
publish:
2323
docker:
24-
- image: cimg/node:12
24+
- image: cimg/node:12.22
2525
environment:
2626
- PATH: '~/bin:/opt/yarn/yarn-v1.5.1/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
2727
steps:

src/executors/linux_js.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
parameters:
22
node_version:
3-
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").
3+
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
44
type: string
5-
default: '12'
5+
default: '12.22'
66
resource_class:
77
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
88
type: string

0 commit comments

Comments
 (0)