From aa2fc7145a1fe5f2ac4b0ae0790fc9515da81eba Mon Sep 17 00:00:00 2001 From: Lucas Holmquist Date: Mon, 18 Nov 2024 09:13:10 -0500 Subject: [PATCH] chore: add node 22 to the list of supported versions --- .github/workflows/release.yaml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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": {