Skip to content

Commit 6277445

Browse files
authored
use 14.4.0
1 parent 1549cc5 commit 6277445

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎.github/workflows/deploy.yml

+4
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ jobs:
2121
uses: actions/checkout@v2 # If you're using actions/checkout@v2 you must set persist-credentials to false in most cases for the deployment to work correctly.
2222
with:
2323
persist-credentials: false
24+
- name: Use Node.js
25+
uses: actions/setup-node@v3
26+
with:
27+
node-version: '14.4.0'
2428

2529
# Runs a single command using the runners shell
2630
- name: Install and Build

0 commit comments

Comments
 (0)