Skip to content

Commit aeee2a2

Browse files
authored
Merge branch 'TurboWarp:master' into master
2 parents 8a7228d + fb65ba0 commit aeee2a2

5 files changed

Lines changed: 6776 additions & 25026 deletions

File tree

.github/workflows/node.js.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,13 @@ jobs:
88
build:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v4
11+
- uses: actions/checkout@v6
1212
with:
1313
persist-credentials: false
1414
- name: Install Node.js
15-
uses: actions/setup-node@v4
15+
uses: actions/setup-node@v6
1616
with:
17-
node-version: 22
18-
cache: npm
17+
node-version: 24
1918
- run: npm ci
2019
- run: npm run test:lint
2120
- run: npm run test

commitlint.config.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)