We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72a34a0 commit 2b0cb41Copy full SHA for 2b0cb41
.github/workflows/integrate.yml
@@ -10,7 +10,7 @@ jobs:
10
- uses: actions/checkout@v2
11
- uses: actions/setup-node@v1
12
with:
13
- node-version: 18.x
+ node-version: 20.x
14
15
# This step is VERY important. Changesets has a bug where peer dependencies will cause major version bumps
16
# This script will prevent that from happening. You must manually edit any changesets PRs which have this issue
0 commit comments