We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcfcd21 commit cdfa9f9Copy full SHA for cdfa9f9
.github/workflows/yarn.yaml
@@ -8,6 +8,6 @@ jobs:
8
- uses: actions/checkout@v4
9
- uses: actions/setup-node@v4
10
with:
11
- node-version: "18.16"
+ node-version: "24.11.0"
12
- run: yarn install
13
- run: yarn test
0 commit comments