There was an error while loading. Please reload this page.
1 parent de6dc18 commit 32546c9Copy full SHA for 32546c9
1 file changed
.github/workflows/bat.yml
@@ -13,6 +13,8 @@ jobs:
13
- uses: actions/setup-node@v6
14
with:
15
node-version: 24.14.0
16
+ - run: npm --version
17
+ - run: node --version
18
- run: npm ci --ignore-scripts
19
- run: npm test
20
- run: npm run build
0 commit comments