Skip to content

Commit 2c0958b

Browse files
author
bplv112
authored
Merge pull request #589 from WebDevStudios/update/deployment-node
Update/deployment node
2 parents 0d68248 + 8083797 commit 2c0958b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ jobs:
1919
version: 1
2020
command: install
2121
args: --no-dev
22+
- name: Use Node.js
23+
uses: actions/setup-node@v3
24+
with:
25+
node-version: '14.x'
2226
- name: Build
2327
run: |
2428
npm install

0 commit comments

Comments
 (0)