Attempting to setup GH actions

This commit is contained in:
pietervdvn 2021-04-10 15:19:43 +02:00
parent 236a3b3232
commit ff7eec4dc1

View file

@ -12,8 +12,8 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Set up Node.js - name: Set up Node.js
uses: actions/setup-node@v1.2.0 uses: actions/setup-node@v1.2.0
with: env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
- name: install deps - name: install deps
run: npm install run: npm install