From 3a34f06c3f26bef1338ec81a7ce5d1af4b5b7559 Mon Sep 17 00:00:00 2001 From: Maxim Prokhorov Date: Fri, 22 Sep 2023 20:14:15 +0300 Subject: [PATCH] ci: use node-18 --- .github/workflows/push.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 1e2f02e3..adcfc9ad 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -33,7 +33,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: '14' + node-version: '18' - name: Cache Node uses: actions/cache@v3 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dfe49df2..5ffb1906 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -49,7 +49,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: '14' + node-version: '18' - name: Cache Node uses: actions/cache@v3