diff --git a/workflow-templates/deploy-preview.yml b/workflow-templates/deploy-preview.yml index 605f5bc..77e4475 100644 --- a/workflow-templates/deploy-preview.yml +++ b/workflow-templates/deploy-preview.yml @@ -23,7 +23,7 @@ jobs: - name: "Setup node@14" uses: actions/setup-node@v2 with: - node-version: 14 + node-version: 24 - name: "Install dependencies" run: | diff --git a/workflow-templates/deploy-prod.yml b/workflow-templates/deploy-prod.yml index 4892ac5..6afbb5b 100644 --- a/workflow-templates/deploy-prod.yml +++ b/workflow-templates/deploy-prod.yml @@ -26,7 +26,7 @@ jobs: - name: "Setup node@14" uses: actions/setup-node@v2 with: - node-version: 14 + node-version: 24 - name: "Install dependencies" run: | diff --git a/workflow-templates/deploy-staging.yml b/workflow-templates/deploy-staging.yml index 50e635f..7989403 100644 --- a/workflow-templates/deploy-staging.yml +++ b/workflow-templates/deploy-staging.yml @@ -14,7 +14,7 @@ jobs: - name: "Setup node@14" uses: actions/setup-node@v2 with: - node-version: 14 + node-version: 24 - name: "Install dependencies" run: | diff --git a/workflow-templates/release.yml b/workflow-templates/release.yml index cc69cac..e8fe04f 100644 --- a/workflow-templates/release.yml +++ b/workflow-templates/release.yml @@ -20,7 +20,7 @@ jobs: - name: "Setup node@14" uses: actions/setup-node@v2 with: - node-version: 14 + node-version: 24 - name: "Install dependencies" run: |