From 449091842248141bd6df893bf0d4662001f7dbc2 Mon Sep 17 00:00:00 2001 From: Aleksandr Kraiz Date: Fri, 10 Feb 2023 18:10:42 +0400 Subject: [PATCH] Bump node --- .github/workflows/prerelease-package.yml | 2 +- .github/workflows/release-package.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/prerelease-package.yml b/.github/workflows/prerelease-package.yml index f1cdabf..18b4e24 100644 --- a/.github/workflows/prerelease-package.yml +++ b/.github/workflows/prerelease-package.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: '17.x' + node-version: '18.x' - run: HUSKY=0 npm ci - run: npm test - name: Set package registry diff --git a/.github/workflows/release-package.yml b/.github/workflows/release-package.yml index 3661150..b4bf680 100644 --- a/.github/workflows/release-package.yml +++ b/.github/workflows/release-package.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: '17.x' + node-version: '18.x' - run: HUSKY=0 npm ci - run: npm test - name: Set package registry