diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml index b01ea7f..bd0beb4 100644 --- a/.github/workflows/beta.yml +++ b/.github/workflows/beta.yml @@ -74,7 +74,7 @@ jobs: core.setOutput('date', date); - name: Setup Node - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: '24' cache: 'npm' diff --git a/.github/workflows/development.yml b/.github/workflows/development.yml index 701032a..7d5e526 100644 --- a/.github/workflows/development.yml +++ b/.github/workflows/development.yml @@ -64,7 +64,7 @@ jobs: # ---------- Frontend: lint + typecheck ---------- - name: Setup Node - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: '24' cache: 'npm' diff --git a/.github/workflows/flatpak-test.yml b/.github/workflows/flatpak-test.yml index a54f380..dffc89b 100644 --- a/.github/workflows/flatpak-test.yml +++ b/.github/workflows/flatpak-test.yml @@ -32,7 +32,7 @@ jobs: restore-keys: flatpak-${{ runner.os }}- - name: Setup Node - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: '24' cache: 'npm' diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 5a965cd..c8156b1 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -180,7 +180,7 @@ jobs: # ---------- Frontend ---------- - name: Setup Node - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: '24' cache: 'npm' diff --git a/.github/workflows/publish-stable.yml b/.github/workflows/publish-stable.yml index 253f693..4965743 100644 --- a/.github/workflows/publish-stable.yml +++ b/.github/workflows/publish-stable.yml @@ -65,7 +65,7 @@ jobs: # ---------- Frontend (Node + Vite) ---------- - name: Setup Node - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: '24' cache: 'npm'