Skip to content

Commit

Permalink
fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
bra1n committed Apr 21, 2023
1 parent 55ea934 commit 1c52b23
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ jobs:
- name: Checkout 🛎️
uses: actions/checkout@v2

- uses: actions/setup-node@v2
with:
node-version: '14'

- name: Install and Build 🔧
run: |
npm ci
Expand Down

0 comments on commit 1c52b23

Please sign in to comment.