diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fc8da10..746f85d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: - name: Repository checkout uses: actions/checkout@v3.5.3 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3.6.0 + uses: actions/setup-node@v3.7.0 with: node-version: ${{ matrix.node-version }} - name: Install latest npm