Skip to content

Commit

Permalink
Merge pull request #1662: make_pr_for_downstream_repo: Use Node.js 16
Browse files Browse the repository at this point in the history
  • Loading branch information
victorlin authored Apr 10, 2023
2 parents e41315e + 1e2416c commit 174dc52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/make_pr_for_downstream_repo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

- uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '16'

- name: Checkout downstream repo
uses: actions/checkout@v2
Expand Down

0 comments on commit 174dc52

Please sign in to comment.