From 715ded432c822f1d29a719faca0935508a53a3d3 Mon Sep 17 00:00:00 2001 From: Evgeny Metelkin Date: Thu, 30 Nov 2023 22:09:42 +0200 Subject: [PATCH] node 14 for actions --- .github/workflows/build-and-share.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-and-share.yml b/.github/workflows/build-and-share.yml index 570d3dc..8f593ed 100644 --- a/.github/workflows/build-and-share.yml +++ b/.github/workflows/build-and-share.yml @@ -12,7 +12,7 @@ jobs: build: strategy: matrix: - node-version: [ 10.x ] + node-version: [ 14.x ] heta-version: [ "0.6.10" ] platform: [ ubuntu-latest ] @@ -20,11 +20,11 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: persist-credentials: false - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v1 + uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} - run: |