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 f5e8648 commit 9e0fefbCopy full SHA for 9e0fefb
.github/workflows/ci-dev.yaml
@@ -14,7 +14,7 @@ jobs:
14
- uses: actions/checkout@v4
15
- uses: actions/setup-node@v4
16
with:
17
- node-version: '20.11.1'
+ node-version: '20.13.1'
18
19
- run: npm ci
20
- run: npm run format:check
.github/workflows/ci-full.yaml
@@ -47,7 +47,7 @@ jobs:
47
48
49
50
51
registry-url: 'https://registry.npmjs.org'
52
53
- run: npm run build
0 commit comments