Merge pull request #738 from substantial/upgrade-node-orb-to-5-0-3

Node and node orb are upgraded to latest LTS
main
Dane Weber 2022-12-06 14:10:18 -05:00 committed by GitHub
commit bd4dbafe22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
version: 2.1
orbs:
node: circleci/node@1.1.6
node: circleci/node@5.0.3
yarn: substantial/yarn@3.10.2
node-build: substantial/node-build@2.3.0
@ -9,7 +9,7 @@ jobs:
build:
executor:
name: node/default
tag: '12.14.1'
tag: '18.12.1'
steps:
- checkout
- yarn/install: