actions: Pin Nodejs 12.16.3 for building for now

Waiting for the whole ESM messy situation to be sorted out
This commit is contained in:
Mary 2020-11-27 19:56:42 +01:00
parent cc14483220
commit 4d42d28175

View File

@ -15,7 +15,7 @@ jobs:
- name: "Setup NodeJS"
uses: actions/setup-node@v1
with:
node-version: '12.x'
node-version: '12.16.3'
- name: "Install NPM dependencies"
run: npm install