From 25a12c676126943567a5effa942432588aaaf4c4 Mon Sep 17 00:00:00 2001 From: Peter Savchenko Date: Thu, 17 Oct 2024 22:38:28 +0300 Subject: [PATCH] fix ci --- .github/workflows/main.yml | 8 ++++---- .github/workflows/npm-publish.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b3dcae3..b39a2b4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,10 +8,10 @@ jobs: CI_JOB_NUMBER: 1 steps: - uses: actions/checkout@v1 - - name: Use Node.js 16.x + - name: Use Node.js 20.x uses: actions/setup-node@v1 with: - node-version: 16.x + node-version: 20.x - run: yarn install - run: yarn lint-test @@ -21,9 +21,9 @@ jobs: CI_JOB_NUMBER: 2 steps: - uses: actions/checkout@v1 - - name: Use Node.js 16.x + - name: Use Node.js 20.x uses: actions/setup-node@v1 with: - node-version: 16.x + node-version: 20.x - run: yarn install - run: yarn build diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index a25da5f..d8f7672 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: - node-version: 16 + node-version: 20 registry-url: https://registry.npmjs.org/ - run: yarn - run: yarn lint-test