diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7ff90f8..4851235 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: - name: Checkout 🛎 uses: actions/checkout@master - name: Setup node env 🏗 - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 with: node-version: ${{ matrix.node }} check-latest: true