From cadd6e9f1fe0b92b465b438254d4599ce9eb0613 Mon Sep 17 00:00:00 2001 From: Job Doesburg Date: Tue, 30 Jul 2024 00:11:12 +0200 Subject: [PATCH] Fix publish --- .github/workflows/npm-publish.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 0049296..f6d01fd 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -14,9 +14,9 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 20 - run: npm ci - - run: npm test + - run: npm run build publish-npm: needs: build @@ -25,7 +25,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 20 registry-url: https://registry.npmjs.org/ - run: npm ci - run: npm publish