Skip to content

Commit

Permalink
Use node 16 for build and deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Redande committed Mar 1, 2023
1 parent 4df7d26 commit cbed2f8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ jobs:
steps:
- name: Checkout 🛎️
uses: actions/[email protected]

- name: Use Node 16
uses: actions/setup-node@v3
with:
node-version: '16.x'
- name: Install and Build
run: |
npm ci --legacy-peer-deps
Expand Down

0 comments on commit cbed2f8

Please sign in to comment.