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