diff --git a/.github/workflows/ci-module.yml b/.github/workflows/ci-module.yml index b0d199ef6..1881ae233 100644 --- a/.github/workflows/ci-module.yml +++ b/.github/workflows/ci-module.yml @@ -18,9 +18,10 @@ jobs: name: ${{ matrix.os }} node@${{ matrix.node }} steps: - uses: actions/checkout@v2 - - uses: actions/setup-node@v1 + - uses: actions/setup-node@v2 with: node-version: ${{ matrix.node }} + check-latest: ${{ matrix.node == '*' }} - name: install run: npm install - name: test diff --git a/package.json b/package.json index 7395a0fc3..3483d79dd 100755 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@hapi/code": "^8.0.0", "@hapi/inert": "^6.0.2", "@hapi/joi-legacy-test": "npm:@hapi/joi@^15.0.0", - "@hapi/lab": "^24.0.0", + "@hapi/lab": "^24.2.0", "@hapi/vision": "^6.0.1", "@hapi/wreck": "^17.0.0", "handlebars": "^4.7.4",