diff --git a/.github/workflows/nodejs-ci.yml b/.github/workflows/nodejs-ci.yml index b9efa4bf..3b4bb89f 100644 --- a/.github/workflows/nodejs-ci.yml +++ b/.github/workflows/nodejs-ci.yml @@ -18,7 +18,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3.6.0 + uses: actions/setup-node@v3.8.1 with: node-version: ${{ matrix.node-version }} - name: Install dependencies & build