Skip to content

Commit

Permalink
update pre release build script to use node 22
Browse files Browse the repository at this point in the history
  • Loading branch information
edison-cy-yang committed Nov 14, 2024
1 parent 4891486 commit 3bf0edd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trigger-qa-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 22
registry-url: 'https://registry.npmjs.org'
# Defaults to the user or organization that owns the workflow file
scope: '@jobber'
Expand Down

0 comments on commit 3bf0edd

Please sign in to comment.