Update check-dist.yml

This commit is contained in:
Spencer Comfort 2023-01-25 20:06:29 -05:00 committed by GitHub
parent ff854008df
commit 990e393f9b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,10 +24,10 @@ jobs:
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Set Node.js 18.x - name: Set Node.js 16.x
uses: actions/setup-node@v3 uses: actions/setup-node@v3
with: with:
node-version: 18.x node-version: 16.x
cache: npm cache: npm
- name: Install dependencies - name: Install dependencies