diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cef5a43..b978476 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,8 +6,14 @@ jobs: build: # make sure build/ci work properly runs-on: ubuntu-latest steps: + - name: Set Node.js version + uses: actions/setup-node@v3 + with: + node-version: "16.16.0" + cache: "npm" - uses: actions/checkout@v2 - run: | + export NODE_OPTIONS=--openssl-legacy-provider npm install npm run all