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 cabaeb5 commit 35ccb22Copy full SHA for 35ccb22
.github/workflows/continuous-integration.yaml
@@ -8,7 +8,7 @@ jobs:
8
- uses: actions/checkout@v4
9
- uses: actions/setup-node@v4
10
with:
11
- node-version: '20.19.4'
+ node-version: '20.19.5'
12
cache: 'yarn'
13
- run: yarn install --frozen-lockfile
14
- run: yarn run test
0 commit comments