Setting up CD
This commit is contained in:
parent
46ee4c8a74
commit
5171af76f4
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,8 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
- name: Set up Node.js
|
||||
uses: actions/setup-node@v1.2.0
|
||||
with:
|
||||
node-version: '15'
|
||||
env:
|
||||
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
|
||||
|
||||
|
|
Loading…
Reference in a new issue