From 40e6cf059d5bd23719bfc913da66c9bb33cbdcc4 Mon Sep 17 00:00:00 2001 From: baarkerlounger Date: Wed, 22 Dec 2021 10:02:43 +0000 Subject: [PATCH] Bump workflow node version as well --- .github/workflows/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 0c74fc45c..94a0206e0 100644 --- a/.github/workflows/pipeline.yml +++ b/.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: |