diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b2a7655..5f117c2 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -16,6 +16,6 @@ jobs: registry-url: 'https://registry.npmjs.org' - run: npm install -g npm - run: npm ci - - run: npm publish --provenance --access public + - run: npm publish env: NODE_AUTH_TOKEN: ${{ secrets.FAAS_JS_RUNTIME_PUBLISH }} diff --git a/package.json b/package.json index 633eda7..050d9d3 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "author": "Red Hat, Inc.", "license": "Apache-2.0", "engines": { - "node": "^20 || ^18 || ^16" + "node": "^22 || ^20 || ^18 || ^16" }, "type": "commonjs", "scripts": {