Skip to content

Commit e42b0d1

Browse files
committed
Merge branch 'develop' of https://github.com/TurboWarp/scratch-vm into develop
2 parents ebe4fa3 + b8520cc commit e42b0d1

16 files changed

+790
-141
lines changed

.github/workflows/node.js.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
- name: Install Node.js
1515
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af
1616
with:
17-
node-version: 20
17+
node-version: 22
1818
cache: npm
1919
- run: npm ci
2020
- run: npm run lint
2121
- run: npm run build
22-
- run: npm run test
22+
- run: npm run tap

0 commit comments

Comments
 (0)