Skip to content

Commit efb0a4c

Browse files
authored
chore: run yarn-upgrade workflow on latest available node version (#26437)
This should just use the latest available version. We can do proper version tests on the PR that it creates. Fixes failing action: https://github.com/aws/aws-cdk/actions/runs/5599894597/jobs/10242602721 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent c646644 commit efb0a4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/yarn-upgrade.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Node
2121
uses: actions/setup-node@v3
2222
with:
23-
node-version: 14
23+
node-version: "*"
2424
env:
2525
NODE_OPTIONS: "--max-old-space-size=8196 --experimental-worker ${NODE_OPTIONS:-}"
2626

0 commit comments

Comments
 (0)