Merge pull request #738 from substantial/upgrade-node-orb-to-5-0-3
Node and node orb are upgraded to latest LTS
This commit is contained in:
commit
bd4dbafe22
@ -1,7 +1,7 @@
|
|||||||
version: 2.1
|
version: 2.1
|
||||||
|
|
||||||
orbs:
|
orbs:
|
||||||
node: circleci/node@1.1.6
|
node: circleci/node@5.0.3
|
||||||
yarn: substantial/yarn@3.10.2
|
yarn: substantial/yarn@3.10.2
|
||||||
node-build: substantial/node-build@2.3.0
|
node-build: substantial/node-build@2.3.0
|
||||||
|
|
||||||
@ -9,7 +9,7 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
executor:
|
executor:
|
||||||
name: node/default
|
name: node/default
|
||||||
tag: '12.14.1'
|
tag: '18.12.1'
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- yarn/install:
|
- yarn/install:
|
||||||
|
Loading…
Reference in New Issue
Block a user