Skip to content

Commit

Permalink
chore: fix upgrade-node.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xiehan authored Oct 19, 2023
1 parent dcfa26f commit c4c052d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upgrade-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Update the package with the new minimum Node version and update @types/node
if: env.CURRENT_NODEJS_VERSION_SHORT != env.NEW_NODEJS_VERSION_SHORT
run: |-
npm pkg set engines.node=">= $NEW_NODEJS_VERSION"
npm pkg set engines.node=">= $NEW_NODEJS_VERSION" --workspace=.
yarn add -W -D @types/node@^$NEW_NODEJS_VERSION_SHORT
# If there are other steps you need to take in your project to update Node.js everywhere, add those here
- name: Get values for pull request
Expand Down

0 comments on commit c4c052d

Please sign in to comment.