Browse Source

Update linting_testing.yml

pull/118/head
Spencer Comfort 3 years ago committed by GitHub
parent
commit
9cb182d201
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      .github/workflows/linting_testing.yml

6
.github/workflows/linting_testing.yml

@ -15,12 +15,12 @@ jobs: @@ -15,12 +15,12 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Install Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- name: Install Yarn packages
run: yarn install

Loading…
Cancel
Save