install deps
Some checks failed
/ build (push) Failing after 2m11s

This commit is contained in:
sneakers-the-rat 2024-07-06 00:01:17 -07:00
parent d9dbcc18ba
commit 5551966dee
Signed by untrusted user who does not match committer: jonny
GPG key ID: 6DCB96EF1E4D232D

View file

@ -15,7 +15,8 @@ jobs:
with: with:
node-version: 22 node-version: 22
cache: 'npm' cache: 'npm'
- name: Install node dependencies
run: npm install
- name: Build - name: Build
run: npm run build run: npm run build
- name: Copy - name: Copy