Updated config.yml

This commit is contained in:
cori hudson 2022-10-28 11:11:42 -04:00
parent 4f5b8c089d
commit e7774d9316

View file

@ -6,7 +6,7 @@ defaults: &defaults
working_directory: ~/project working_directory: ~/project
executor: executor:
name: node/default name: node/default
tag: 'lts' tag: '16'
jobs: jobs:
build-and-test: build-and-test:
<<: *defaults <<: *defaults