Update accept-baselines-fix-lints.yaml

12 -> 14
This commit is contained in:
Wesley Wigham 2022-04-08 11:13:37 -07:00 committed by GitHub
parent ee82068989
commit 8e447462a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,10 +9,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Use node version 12
- name: Use node version 14
uses: actions/setup-node@v1
with:
node-version: 12
node-version: 14
registry-url: https://registry.npmjs.org/
- name: Configure Git, Run Tests, Update Baselines, Apply Fixes