From 3c92b63fbc7707e07e000c651d46c78f1b0e6877 Mon Sep 17 00:00:00 2001 From: Tarsis Date: Sat, 11 May 2024 12:14:19 -0300 Subject: [PATCH] Updating app files --- .github/workflows/npm-publish.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 1682b41..bfe1817 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -12,10 +12,14 @@ jobs: publish-npm: runs-on: ubuntu-latest steps: + - uses: actions/checkout@v3 + - uses: actions/setup-node@v3 with: + node-version: 22 registry-url: https://registry.npmjs.org/ + - run: npm publish # --access public env: NODE_AUTH_TOKEN: ${{ secrets.npm_token }}