From 0525e4bdd2f5c2fa199ba2237b10f2c425958757 Mon Sep 17 00:00:00 2001 From: Manuel <5673677+mtrezza@users.noreply.github.com> Date: Wed, 13 Oct 2021 01:03:03 +0200 Subject: [PATCH] ci: bump node version in release --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 45a09853..ea754a8a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: - node-version: '10.14' + node-version: '12.2' registry-url: https://registry.npmjs.org/ - name: Cache Node.js modules uses: actions/cache@v2 @@ -30,7 +30,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v1 with: - node-version: '10.14' + node-version: '12.2' - name: Cache Node.js modules uses: actions/cache@v2 with: