Skip to content

Commit

Permalink
ci: add nodejs on arm runners (#2704)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwwinter authored Dec 4, 2024
1 parent a3a125f commit 46077c5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/pull-request-update-or-push-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,10 @@ jobs:
env:
SOURCE_DATE_EPOCH: 0

- uses: actions/setup-node@v4
with:
node-version: 20

- name: Install Sentry CLI
run: |
npm install -g @sentry/cli
Expand Down Expand Up @@ -276,6 +280,10 @@ jobs:
if: ${{ github.event.ref == '' }}
run: echo "TAG=pr-${{ github.event.number }}" >> $GITHUB_ENV

- uses: actions/setup-node@v4
with:
node-version: 20

- name: Install Sentry CLI
run: |
npm install -g @sentry/cli
Expand Down Expand Up @@ -343,6 +351,10 @@ jobs:
if: ${{ github.event.ref == '' }}
run: echo "TAG=pr-${{ github.event.number }}" >> $GITHUB_ENV

- uses: actions/setup-node@v4
with:
node-version: 20

- name: Install Sentry CLI
run: |
npm install -g @sentry/cli
Expand Down

0 comments on commit 46077c5

Please sign in to comment.