Skip to content

Commit 2b66bcf

Browse files
authored
chore: use node 16 in upgrade workflows (#4177)
Our dependencies are starting to [reject](https://github.com/aws/jsii/actions/runs/5532321392/jobs/10105940432) node 14. ```console yarn install v1.22.19 [1/4] Resolving packages... [2/4] Fetching packages... error @typescript-eslint/eslint-plugin@[6](https://github.com/aws/jsii/actions/runs/5532321392/jobs/10105940432#step:8:7).0.0: The engine "node" is incompatible with this module. Expected version "^16.0.0 || >=18.0.0". Got "14.21.3" ``` --- By submitting this pull request, I confirm that my contribution is made under the terms of the [Apache 2.0 license]. [Apache 2.0 license]: https://www.apache.org/licenses/LICENSE-2.0
1 parent f78ba7e commit 2b66bcf

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
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/setup-node@v3
2222
with:
2323
cache: yarn
24-
node-version: 14
24+
node-version: 16
2525

2626
- name: Install Tools
2727
run: |-

0 commit comments

Comments
 (0)