From c3d3331c855a68b35ec74b7c15d23cdc213fbfed Mon Sep 17 00:00:00 2001 From: vmidyllic <74898029+vmidyllic@users.noreply.github.com> Date: Tue, 2 Apr 2024 18:06:11 +0300 Subject: [PATCH] try fix --- .github/workflows/npm-publish.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 65101829..48da4b53 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -7,13 +7,13 @@ on: jobs: publish-npm: + strategy: + matrix: + version: ['lts/*'] runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - uses: actions/setup-node@v3 - with: - node-version: 18.16.1 - registry-url: https://registry.npmjs.org/ + - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 - run: npm ci - run: npm run build - run: npm publish