From 4fb8d148259cbe454f8a5a67e1a2934410d63966 Mon Sep 17 00:00:00 2001 From: ZuperZee Date: Wed, 24 Feb 2021 11:22:39 +0100 Subject: [PATCH] ci(publish): use node v14 when publishing --- .github/workflows/publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 462bef5..0c7fc9c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -12,8 +12,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 + - uses: actions/setup-node@v1 with: + node-version: 14.x registry-url: https://registry.npmjs.org/ scope: "@gapit"