diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 74ee3dd..4001f21 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: cache: pip - name: Set up Node.js - uses: actions/setup-node@v4.2.0 + uses: actions/setup-node@v4.3.0 with: node-version: "${{ env.NODE }}" cache: npm