diff --git a/.github/workflows/ubuntu-node.js.yml b/.github/workflows/ubuntu-node.js.yml index abac7d5..a096188 100644 --- a/.github/workflows/ubuntu-node.js.yml +++ b/.github/workflows/ubuntu-node.js.yml @@ -22,10 +22,11 @@ jobs: steps: - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v4 + uses: actions/setup-node@v1 with: node-version: ${{ matrix.node-version }} cache: 'npm' - - run: npm ci + - shell: script -e -c {0} + - run: npm install - run: npm run build --if-present - run: npm test