From 6997f78cd04da78e319904a578ba764baf6a1c6e Mon Sep 17 00:00:00 2001 From: richardvanderdys Date: Thu, 10 Oct 2024 11:50:21 -0500 Subject: [PATCH] Install deps --- .github/workflows/test.js.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.js.yml b/.github/workflows/test.js.yml index 66c874c..1d9dd15 100644 --- a/.github/workflows/test.js.yml +++ b/.github/workflows/test.js.yml @@ -8,8 +8,10 @@ jobs: steps: - uses: actions/checkout@v4 - # - name: Use Node.js - # uses: actions/setup-node@v4 + - name: Use Node.js + uses: actions/setup-node@v4 + # Install deps + - run: npm install # with: # node-version: '20.x' - run: npm test