diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a91669c..03e1f00 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: uses: actions/checkout@master - name: Setup node env 🏗 - uses: actions/setup-node@v3.3.0 + uses: actions/setup-node@v3.6.0 with: node-version: ${{ matrix.node }} check-latest: true