Skip to content

Commit d0c2233

Browse files
committed
chore: bump node version
1 parent ee17731 commit d0c2233

File tree

3 files changed

+4
-9
lines changed

3 files changed

+4
-9
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Use Node.js 24.x
1515
uses: actions/setup-node@v4
1616
with:
17-
node-version: 24.x
17+
node-version: '24.13'
1818
cache: yarn
1919
- name: install
2020
run: yarn install --frozen-lockfile
@@ -44,7 +44,7 @@ jobs:
4444
- name: Use Node.js 24.x
4545
uses: actions/setup-node@v4
4646
with:
47-
node-version: 24.x
47+
node-version: '24.13'
4848
cache: yarn
4949
- name: install
5050
run: yarn install --frozen-lockfile
@@ -60,7 +60,7 @@ jobs:
6060
- name: Use Node.js 24.x
6161
uses: actions/setup-node@v4
6262
with:
63-
node-version: 24.x
63+
node-version: '24.13'
6464
cache: yarn
6565
- name: install
6666
run: yarn install --frozen-lockfile

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
24
1+
24.13

yarn.lock

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5609,11 +5609,6 @@ path-to-regexp@0.1.10:
56095609
resolved "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.10.tgz"
56105610
integrity sha512-7lf7qcQidTku0Gu3YDPc8DJ1q7OOucfa/BSsIwjuh56VU7katFvuM8hULfkwB3Fns/rsVF7PwPKVw1sl5KQS9w==
56115611

5612-
path-to-regexp@0.1.7:
5613-
version "0.1.7"
5614-
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c"
5615-
integrity sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==
5616-
56175612
path-to-regexp@^1.7.0:
56185613
version "1.8.0"
56195614
resolved "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-1.8.0.tgz"

0 commit comments

Comments
 (0)