From 319fe2831dc72d61cf1d1d7d9a9caaad5393bff0 Mon Sep 17 00:00:00 2001 From: Sergey Kozlov Date: Tue, 12 Mar 2024 23:20:32 +0400 Subject: [PATCH] up node version in github workflows --- .github/workflows/push.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 32e8f219..d6628995 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -11,10 +11,10 @@ jobs: steps: - uses: actions/checkout@v1 - - name: Use Node.js 16 + - name: Use Node.js 18 uses: actions/setup-node@v1 with: - node-version: 16.x + node-version: 18.x - name: npm install, build, and lint run: | yarn diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ac5f6e25..db8e4bcf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,10 +15,10 @@ jobs: - name: Prepare repository run: git fetch --unshallow --tags - - name: Use Node.js 16.x + - name: Use Node.js 18.x uses: actions/setup-node@v1 with: - node-version: 16.x + node-version: 18.x - name: Create Release env: