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:
parent
cc14483220
commit
4d42d28175
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deployment.yml
vendored
2
.github/workflows/deployment.yml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
||||||
- name: "Setup NodeJS"
|
- name: "Setup NodeJS"
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: '12.x'
|
node-version: '12.16.3'
|
||||||
|
|
||||||
- name: "Install NPM dependencies"
|
- name: "Install NPM dependencies"
|
||||||
run: npm install
|
run: npm install
|
||||||
|
|
Loading…
Reference in a new issue