Okay, try updating node version

This commit is contained in:
Gordon Pedersen 2022-11-30 16:52:02 +11:00
parent d9f0643bc2
commit 3a38b821da

View file

@ -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