ci: use setup-node v2 for check-dist

This commit is contained in:
Nick Schonning 2022-01-06 08:17:43 -05:00 committed by GitHub
parent 0f3c02f0c8
commit aa910a8602
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Set Node.js 12.x - name: Set Node.js 12.x
uses: actions/setup-node@v1 uses: actions/setup-node@v2
with: with:
node-version: 12.x node-version: 12.x
cache: npm cache: npm