diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 24a8b9eb..2b0efb11 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -36,7 +36,7 @@ jobs: - uses: actions/setup-node@v6 with: - node-version: '22' + node-version: '24' cache: 'npm' cache-dependency-path: 'package-lock.json' diff --git a/.github/workflows/pr-preview.yaml b/.github/workflows/pr-preview.yaml index 77876d16..c79617af 100644 --- a/.github/workflows/pr-preview.yaml +++ b/.github/workflows/pr-preview.yaml @@ -44,7 +44,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v6 with: - node-version: '22' + node-version: '24' cache: 'npm' cache-dependency-path: 'package-lock.json' @@ -163,7 +163,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v6 with: - node-version: '22' + node-version: '24' cache: 'npm' cache-dependency-path: 'package-lock.json' diff --git a/.github/workflows/validate.yaml b/.github/workflows/validate.yaml index ce697865..15efc494 100644 --- a/.github/workflows/validate.yaml +++ b/.github/workflows/validate.yaml @@ -30,7 +30,7 @@ jobs: - uses: actions/checkout@v6 - uses: actions/setup-node@v6 with: - node-version: '22' + node-version: '24' cache: 'npm' cache-dependency-path: 'package-lock.json' - name: Install dependencies diff --git a/.node-version b/.node-version index 8fdd954d..cabf43b5 100644 --- a/.node-version +++ b/.node-version @@ -1 +1 @@ -22 \ No newline at end of file +24 \ No newline at end of file