diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 09cb8bc..9025c6a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -18,7 +18,7 @@ on: node_version: type: number required: true - default: 16 + default: 20 secrets: gh_token: required: false diff --git a/.github/workflows/deploy_preview.yml b/.github/workflows/deploy_preview.yml index 98bed6e..164000a 100644 --- a/.github/workflows/deploy_preview.yml +++ b/.github/workflows/deploy_preview.yml @@ -18,7 +18,7 @@ on: node_version: type: number required: true - default: 16 + default: 20 outputs: deployment_url: description: "Preview deployment url" diff --git a/.github/workflows/release_canary.yml b/.github/workflows/release_canary.yml index 3189e13..dd14b2c 100644 --- a/.github/workflows/release_canary.yml +++ b/.github/workflows/release_canary.yml @@ -67,7 +67,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.github_token }} - name: Output canary version - uses: actions/github-script@v4.0.2 + uses: actions/github-script@v7 with: script: | const package = require(`${process.env.GITHUB_WORKSPACE}/package.json`) diff --git a/.github/workflows/release_candidate.yml b/.github/workflows/release_candidate.yml index 5c9020b..9b13bb4 100644 --- a/.github/workflows/release_candidate.yml +++ b/.github/workflows/release_candidate.yml @@ -70,7 +70,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.gh_token }} - name: Output candidate version - uses: actions/github-script@v4.0.2 + uses: actions/github-script@v7 with: script: | const package = require(`${process.env.GITHUB_WORKSPACE}/package.json`)