chore(workflow): fix workflow

This commit is contained in:
Snazzah 2023-02-03 22:09:20 -06:00
parent b4bbcce67d
commit 2f7702af20
No known key found for this signature in database
GPG key ID: EA479766A94CEB61

View file

@ -14,7 +14,7 @@ jobs:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Install Node v18 - name: Install Node v18
uses: actions/setup-node@v1v3 uses: actions/setup-node@v3
with: with:
node-version: 18 node-version: 18
- name: Install Yarn - name: Install Yarn