Skip to content

Commit 514835a

Browse files
author
David Buzinski
committed
trying new version
1 parent b1e1827 commit 514835a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/bat.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v6
1313
- uses: actions/setup-node@v6
1414
with:
15-
node-version: 24.14.0
15+
node-version: 24.13.0
1616
- run: npm --version
1717
- run: node --version
1818
- run: npm ci

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
git commit -m "[skip ci] Bump $VERSION"
3434
git push origin HEAD:main
3535
36-
- run: npm ci --ignore-scripts
36+
- run: npm ci --ignore-scripts || npm ci --ignore-scripts
3737
- run: npm test
3838
- run: npm run build
3939
- run: npm run package

0 commit comments

Comments
 (0)