diff --git a/.github/workflows/prepare.yml b/.github/workflows/prepare.yml index 1d26c5c..e5c5223 100644 --- a/.github/workflows/prepare.yml +++ b/.github/workflows/prepare.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v6 with: token: ${{ secrets.GH_CQ_BOT }} - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v6 with: node-version: "lts/*" cache: "npm" diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e03eb92..8fb4a7b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Use Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: "lts/*" cache: "npm"