diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 628a02e4..7b74be53 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: with: ref: ${{ github.event.pull_request.head.sha }} - name: Setup node env 📦 - uses: actions/setup-node@v3.6.0 + uses: actions/setup-node@v4 with: node-version-file: '.nvmrc' check-latest: true diff --git a/.github/workflows/shipjs-trigger.yml b/.github/workflows/shipjs-trigger.yml index c1713533..cbddbe6e 100644 --- a/.github/workflows/shipjs-trigger.yml +++ b/.github/workflows/shipjs-trigger.yml @@ -23,7 +23,7 @@ jobs: git config --global user.name "GitHub Action" - name: Setup node environment 📦 - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version-file: '.nvmrc' check-latest: true