From f5d74dbb852633beb92e21f65fe4aa00ef08fe81 Mon Sep 17 00:00:00 2001 From: iamshabell <91321698+iamshabell@users.noreply.github.com> Date: Thu, 8 Feb 2024 02:50:09 +0300 Subject: [PATCH] Update node version in publish workflow --- .github/workflows/publish.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 428917b..c1f69b8 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -10,11 +10,6 @@ jobs: version: timeout-minutes: 15 runs-on: ubuntu-latest - - strategy: - matrix: - node-version: [18.x] - steps: - name: checkout code repository uses: actions/checkout@v3 @@ -23,7 +18,7 @@ jobs: - name: setup node.js uses: actions/setup-node@v3 with: - node-version: ${{ matrix.node-version }} + node-version: 18 - name: install pnpm run: npm i pnpm@latest -g - name: Setup npmrc