Skip to content

Commit a636574

Browse files
Pin dependencies
1 parent 4f7084f commit a636574

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
2020
with:
21-
node-version: 24
21+
node-version: 24.10.0
2222

2323
- run: corepack enable
2424

@@ -46,7 +46,7 @@ jobs:
4646

4747
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
4848
with:
49-
node-version: 24
49+
node-version: 24.10.0
5050

5151
- run: corepack enable
5252

@@ -74,7 +74,7 @@ jobs:
7474

7575
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
7676
with:
77-
node-version: 24
77+
node-version: 24.10.0
7878

7979
- run: corepack enable
8080

mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[tools]
2-
node = "24"
2+
node = "24.10.0"

0 commit comments

Comments
 (0)