diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 50341a9..70f9504 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v6 with: - node-version: 22.21.1 + node-version: 24.14.1 - name: Get yarn cache directory id: yarn-cache @@ -48,7 +48,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v6 with: - node-version: 22.21.1 + node-version: 24.14.1 - name: Get yarn cache directory id: yarn-cache diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f348149..6c087dc 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -20,7 +20,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v6 with: - node-version: 22.21.1 + node-version: 24.14.1 registry-url: 'https://registry.npmjs.org' env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 44024d3..a07f7a2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v6 with: - node-version: 22.21.1 + node-version: 24.14.1 - name: Get yarn cache directory id: yarn-cache diff --git a/.github/workflows/update-lock.yml b/.github/workflows/update-lock.yml index 74fa99c..5ef5cdf 100644 --- a/.github/workflows/update-lock.yml +++ b/.github/workflows/update-lock.yml @@ -15,7 +15,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v6 with: - node-version: 22.21.1 + node-version: 24.14.1 - name: Get yarn cache directory id: yarn-cache