From 6ee43452d1597e8604c99754c70b3d0674fc9e32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Gianella?= <122352170+TGianella@users.noreply.github.com> Date: Sun, 25 Jun 2023 16:54:49 +0200 Subject: [PATCH] Update npm-publish.yml --- .github/workflows/npm-publish.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 248ab34..14a959c 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -14,8 +14,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 19 - - run: npm test + node-version: 16 publish-npm: needs: build @@ -24,9 +23,8 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 19 + node-version: 16 registry-url: https://registry.npmjs.org/ - - run: npm ci - run: npm publish env: NODE_AUTH_TOKEN: ${{secrets.npm_token}}