Setup node

This commit is contained in:
Ben Meadors 2024-09-24 13:57:53 -05:00 committed by GitHub
parent 3c126212d5
commit 292027f40f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -85,6 +85,11 @@ jobs:
run: |
pio upgrade
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 18
- name: Setup pnpm
uses: pnpm/action-setup@v4
with: