Skip to content

Commit

Permalink
Merge pull request #41 from primer/lukasoppermann-node-20
Browse files Browse the repository at this point in the history
Update to Node 20
  • Loading branch information
lukasoppermann committed Apr 15, 2024
2 parents d149936 + 21cf585 commit e82a180
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
node_version:
type: number
required: true
default: 16
default: 20
secrets:
gh_token:
required: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
node_version:
type: number
required: true
default: 16
default: 20
outputs:
deployment_url:
description: "Preview deployment url"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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`)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_candidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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`)
Expand Down

0 comments on commit e82a180

Please sign in to comment.