From 5c18efc8172eeedb8148cc97dccb3d1f28940b81 Mon Sep 17 00:00:00 2001 From: Martin Yankov Date: Fri, 22 Mar 2024 14:03:15 +0100 Subject: [PATCH] chore: up pipeline node version --- .github/workflows/push.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index 1181dff..a4b5dab 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -12,7 +12,7 @@ jobs: - name: Setup nodejs uses: actions/setup-node@v1 with: - node-version: 14 + node-version: 16 - name: Build run: npm install && npm run build