Skip to content

Commit

Permalink
setup node
Browse files Browse the repository at this point in the history
Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
  • Loading branch information
vinzscam committed Oct 9, 2024
1 parent 8853a86 commit 8380e76
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ jobs:
- name: ⬇️ Checkout repository code
uses: actions/checkout@v2.3.1

- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 16

- name: 🛠 Install dependencies
uses: bahmutov/npm-install@v1

Expand Down

0 comments on commit 8380e76

Please sign in to comment.