diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 87f33a5..13d24eb 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -7,8 +7,11 @@ jobs: matrix: node-version: [14.x] steps: - - uses: actions/setup-node@v1 + - uses: actions/setup-node@v2.5.0 + with: + node-version: ${{ matrix.node-version }} + registry-url: https://registry.npmjs.org - uses: actions/checkout@v2 - run: | npm install - npm test \ No newline at end of file + npm test