Skip to content

Commit

Permalink
Merge pull request #4997 from wireapp/chore/updated-node-test_build_d…
Browse files Browse the repository at this point in the history
…eploy

chore: update node version (20) for test_build_deploy
  • Loading branch information
e-maad authored Sep 26, 2024
2 parents d6cdb98 + 99bcac3 commit 5696728
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test_build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

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

- name: Set environment variables
env:
# DISTRIBUTIONS are saved in the format `distribution-{name}`
Expand Down

0 comments on commit 5696728

Please sign in to comment.