Browse Source

Bump workflow node version as well

pull/178/head
baarkerlounger 4 years ago
parent
commit
40e6cf059d
  1. 2
      .github/workflows/pipeline.yml

2
.github/workflows/pipeline.yml

@ -60,7 +60,7 @@ jobs:
- name: Set up node
uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '16'
- name: Create DB
run: |

Loading…
Cancel
Save