Skip to content

Commit daa867d

Browse files
authored
Merge pull request #253 from code0-tech/update-ts-tooling
Update tooling
2 parents e414e58 + 4f629db commit daa867d

9 files changed

Lines changed: 1991 additions & 201 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- name: Set up Node
6666
uses: actions/setup-node@v6
6767
with:
68-
node-version: '24.x'
68+
node-version: '24.14.x'
6969
registry-url: 'https://registry.npmjs.org'
7070
- name: Install dependencies
7171
run: npm ci

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
- name: Set up Node
8888
uses: actions/setup-node@v6
8989
with:
90-
node-version: '24.x'
90+
node-version: '24.14.x'
9191
registry-url: 'https://registry.npmjs.org'
9292
- name: Install dependencies
9393
run: npm ci

build/ts/.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
node 24.8.0
1+
node 24.14.0

build/ts/index.js

Whitespace-only changes.

0 commit comments

Comments
 (0)