Merge pull request #399 from pulsar-edit/missing-node

Add Setup Node to Package Tests
This commit is contained in:
confused_techie 2023-02-24 08:02:03 -08:00 committed by GitHub
commit 6a122b97bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -144,7 +144,10 @@ jobs:
steps:
- name: Checkout the latest code
uses: actions/checkout@v2
- name: Setup NodeJS
uses: actions/setup-node@v3
with:
node-version: 16
- name: Install Dependencies
run: yarn install || yarn install