Skip to content

Commit

Permalink
chore: add node 22 to the list of supported versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lholmquist committed Nov 18, 2024
1 parent 473a23f commit aa2fc71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit aa2fc71

Please sign in to comment.