Skip to content

Commit

Permalink
Update snapshot-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
phryneas authored Feb 8, 2024
1 parent faff464 commit 5748db9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/snapshot-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@ jobs:
id: comment-branch

- name: Checkout head ref
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
## specify the owner + repository in order to checkout the fork
## for community PRs
repository: ${{ steps.comment-branch.outputs.head_owner }}/${{ steps.comment-branch.outputs.head_repo }}
ref: ${{ steps.comment-branch.outputs.head_ref }}
fetch-depth: 0
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: "18.x"
node-version: "20"
registry-url: "https://registry.npmjs.org"
cache: "yarn"
- run: yarn install --immutable
Expand Down

0 comments on commit 5748db9

Please sign in to comment.