Skip to content

Commit

Permalink
Merge pull request #589 from WebDevStudios/update/deployment-node
Browse files Browse the repository at this point in the history
Update/deployment node
  • Loading branch information
bplv112 authored May 16, 2022
2 parents 0d68248 + 8083797 commit 2c0958b
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 @@ -19,6 +19,10 @@ jobs:
version: 1
command: install
args: --no-dev
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '14.x'
- name: Build
run: |
npm install
Expand Down

0 comments on commit 2c0958b

Please sign in to comment.