Okay, try updating node version
This commit is contained in:
parent
d9f0643bc2
commit
3a38b821da
1 changed files with 1 additions and 1 deletions
2
.github/workflows/eleventy_build.yml
vendored
2
.github/workflows/eleventy_build.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
|||
- name: Setup Node
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: '10.x'
|
||||
node-version: '12.x'
|
||||
|
||||
- run: npm ci
|
||||
|
||||
|
|
Loading…
Reference in a new issue