From 4ed220ee03bd4e13baa5be4860b2687aa7b77a08 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Sun, 11 Jul 2021 09:26:35 +0200 Subject: [PATCH] :arrow_down: downgrade nodejs version in actions runner --- .github/workflows/release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ca62f751..3a489235 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,8 +31,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 16 - cache: "npm" + node-version: 14 - run: npm install - run: npm run build - run: ${{ matrix.build }}