Skip to content

Commit 9a27205

Browse files
authored
Merge pull request #25 from code-star/main
update lockfile
2 parents f1e2194 + ad32f8b commit 9a27205

5 files changed

Lines changed: 459 additions & 184 deletions

File tree

.github/workflows/prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
strategy:
1717
matrix:
18-
node-version: [24.x]
18+
node-version: [24.13.x]
1919

2020
steps:
2121
- name: Checkout 🛎️

.github/workflows/staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
strategy:
2525
matrix:
26-
node-version: [24.x]
26+
node-version: [24.13.x]
2727

2828
steps:
2929
- name: Checkout 🛎️

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
24.13.1

0 commit comments

Comments
 (0)