Skip to content

Commit 812303c

Browse files
committed
ci(node): Use correct node version
1 parent 9b738c1 commit 812303c

18 files changed

+1089
-2363
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
- uses: actions/setup-node@v4
2121
with:
2222
cache: 'pnpm'
23+
node-version-file: 'package.json'
24+
node-version-file: 'package.json'
2325

2426
- name: Install dependencies
2527
run: pnpm install --frozen-lockfile

.github/workflows/lint-code.yml

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
- uses: actions/setup-node@v4
1313
with:
1414
cache: 'pnpm'
15+
node-version-file: 'package.json'
1516

1617
- name: Install Dependencies
1718
run: pnpm install --frozen-lockfile

.github/workflows/linting-icons.yml

+2
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ jobs:
4040
files: icons/*
4141

4242
- uses: actions/setup-node@v4
43+
with:
44+
node-version-file: 'package.json'
4345
- name: Install simple-git (safer and faster than installing all deps)
4446
run: npm install simple-git
4547

.github/workflows/lucide-angular.yml

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
- uses: actions/setup-node@v4
1717
with:
1818
cache: 'pnpm'
19+
node-version-file: 'package.json'
1920

2021
- name: Install dependencies
2122
run: pnpm install --frozen-lockfile
@@ -31,6 +32,7 @@ jobs:
3132
- uses: actions/setup-node@v4
3233
with:
3334
cache: 'pnpm'
35+
node-version-file: 'package.json'
3436

3537
- name: Install dependencies
3638
run: pnpm install --frozen-lockfile

.github/workflows/lucide-font.yml

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
- uses: actions/setup-node@v4
1717
with:
1818
cache: 'pnpm'
19+
node-version-file: 'package.json'
1920

2021
- name: Install dependencies
2122
run: pnpm install --frozen-lockfile

.github/workflows/lucide-preact.yml

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
- uses: actions/setup-node@v4
1919
with:
2020
cache: 'pnpm'
21+
node-version-file: 'package.json'
2122

2223
- name: Install dependencies
2324
run: pnpm install --frozen-lockfile

.github/workflows/lucide-react-native.yml

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
- uses: actions/setup-node@v4
1919
with:
2020
cache: 'pnpm'
21+
node-version-file: 'package.json'
2122

2223
- name: Install dependencies
2324
run: pnpm install --frozen-lockfile
@@ -33,6 +34,7 @@ jobs:
3334
- uses: actions/setup-node@v4
3435
with:
3536
cache: 'pnpm'
37+
node-version-file: 'package.json'
3638

3739
- name: Install dependencies
3840
run: pnpm install --frozen-lockfile

.github/workflows/lucide-react.yml

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
- uses: actions/setup-node@v4
2020
with:
2121
cache: 'pnpm'
22+
node-version-file: 'package.json'
2223

2324
- name: Install dependencies
2425
run: pnpm install --frozen-lockfile
@@ -34,6 +35,7 @@ jobs:
3435
- uses: actions/setup-node@v4
3536
with:
3637
cache: 'pnpm'
38+
node-version-file: 'package.json'
3739

3840
- name: Install dependencies
3941
run: pnpm install --frozen-lockfile

.github/workflows/lucide-shared.yml

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
- uses: actions/setup-node@v4
1616
with:
1717
cache: 'pnpm'
18+
node-version-file: 'package.json'
1819

1920
- name: Install dependencies
2021
run: pnpm install --frozen-lockfile

.github/workflows/lucide-solid.yml

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
- uses: actions/setup-node@v4
1919
with:
2020
cache: 'pnpm'
21+
node-version-file: 'package.json'
2122

2223
- name: Install dependencies
2324
run: pnpm install --frozen-lockfile
@@ -33,6 +34,7 @@ jobs:
3334
- uses: actions/setup-node@v4
3435
with:
3536
cache: 'pnpm'
37+
node-version-file: 'package.json'
3638

3739
- name: Install dependencies
3840
run: pnpm install --frozen-lockfile

.github/workflows/lucide-static.yml

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
- uses: actions/setup-node@v4
1717
with:
1818
cache: 'pnpm'
19+
node-version-file: 'package.json'
1920

2021
- name: Install dependencies
2122
run: pnpm install --frozen-lockfile

.github/workflows/lucide-svelte-5.yml

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
- uses: actions/setup-node@v4
1919
with:
2020
cache: 'pnpm'
21+
node-version-file: 'package.json'
2122

2223
- name: Install dependencies
2324
run: pnpm install --frozen-lockfile
@@ -33,6 +34,7 @@ jobs:
3334
- uses: actions/setup-node@v4
3435
with:
3536
cache: 'pnpm'
37+
node-version-file: 'package.json'
3638

3739
- name: Install dependencies
3840
run: pnpm install --frozen-lockfile

.github/workflows/lucide-svelte.yml

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
- uses: actions/setup-node@v4
1919
with:
2020
cache: 'pnpm'
21+
node-version-file: 'package.json'
2122

2223
- name: Install dependencies
2324
run: pnpm install --frozen-lockfile
@@ -33,6 +34,7 @@ jobs:
3334
- uses: actions/setup-node@v4
3435
with:
3536
cache: 'pnpm'
37+
node-version-file: 'package.json'
3638

3739
- name: Install dependencies
3840
run: pnpm install --frozen-lockfile

.github/workflows/lucide-vue-next.yml

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
- uses: actions/setup-node@v4
1919
with:
2020
cache: 'pnpm'
21+
node-version-file: 'package.json'
2122

2223
- name: Install dependencies
2324
run: pnpm install --frozen-lockfile
@@ -33,6 +34,7 @@ jobs:
3334
- uses: actions/setup-node@v4
3435
with:
3536
cache: 'pnpm'
37+
node-version-file: 'package.json'
3638

3739
- name: Install dependencies
3840
run: pnpm install --frozen-lockfile

.github/workflows/lucide.yml

+2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
- uses: actions/setup-node@v4
1818
with:
1919
cache: 'pnpm'
20+
node-version-file: 'package.json'
2021

2122
- name: Install dependencies
2223
run: pnpm install --frozen-lockfile
@@ -32,6 +33,7 @@ jobs:
3233
- uses: actions/setup-node@v4
3334
with:
3435
cache: 'pnpm'
36+
node-version-file: 'package.json'
3537

3638
- name: Install dependencies
3739
run: pnpm install --frozen-lockfile

.github/workflows/release.yml

+3
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060
- uses: actions/setup-node@v4
6161
with:
6262
cache: 'pnpm'
63+
node-version-file: 'package.json'
6364

6465
- name: Install dependencies
6566
run: pnpm install --frozen-lockfile
@@ -90,6 +91,7 @@ jobs:
9091
- uses: actions/setup-node@v4
9192
with:
9293
cache: 'pnpm'
94+
node-version-file: 'package.json'
9395

9496
- name: Install dependencies
9597
run: pnpm install --frozen-lockfile
@@ -119,6 +121,7 @@ jobs:
119121
- uses: actions/setup-node@v4
120122
with:
121123
cache: 'pnpm'
124+
node-version-file: 'package.json'
122125

123126
- name: Install dependencies
124127
run: pnpm install --frozen-lockfile

package.json

+31-1
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,44 @@
7070
"engines": {
7171
"node": ">=23.0.0"
7272
},
73-
"packageManager": "pnpm@9.7.1+sha512.faf344af2d6ca65c4c5c8c2224ea77a81a5e8859cbc4e06b1511ddce2f0151512431dd19e6aff31f2c6a8f5f2aced9bd2273e1fed7dd4de1868984059d2c4247",
73+
"packageManager": "pnpm@10.6.1+sha512.40ee09af407fa9fbb5fbfb8e1cb40fbb74c0af0c3e10e9224d7b53c7658528615b2c92450e74cfad91e3a2dcafe3ce4050d80bda71d757756d2ce2b66213e9a3",
7474
"pnpm": {
7575
"packageExtensions": {
7676
"vue-template-compiler": {
7777
"peerDependencies": {
7878
"vue": "2.7.14"
7979
}
8080
}
81+
},
82+
"overrides": {
83+
"postcss@<8.4.31": ">=8.4.31",
84+
"fast-json-patch@<3.1.1": ">=3.1.1",
85+
"xml2js@<0.5.0": ">=0.5.0",
86+
"webpack-dev-middleware@<=5.3.3": ">=5.3.4",
87+
"phin@<3.7.1": ">=3.7.1",
88+
"micromatch@<4.0.8": ">=4.0.8",
89+
"webpack@>=5.0.0-alpha.0 <5.94.0": ">=5.94.0",
90+
"body-parser@<1.20.3": ">=1.20.3",
91+
"rollup@<2.79.2": ">=2.79.2",
92+
"cookie@<0.7.0": ">=0.7.0",
93+
"http-proxy-middleware@<2.0.7": ">=2.0.7",
94+
"vue@>=2.0.0-alpha.1 <3.0.0-alpha.0": ">=3.0.0-alpha.0",
95+
"send@<0.19.0": ">=0.19.0",
96+
"serve-static@<1.16.0": ">=1.16.0",
97+
"express@<4.20.0": ">=4.20.0",
98+
"cross-spawn@>=7.0.0 <7.0.5": ">=7.0.5",
99+
"semver@>=7.0.0 <7.5.2": ">=7.5.2",
100+
"nanoid@<3.3.8": ">=3.3.8",
101+
"undici@>=4.5.0 <5.28.5": ">=5.28.5",
102+
"path-to-regexp@<0.1.12": ">=0.1.12",
103+
"path-to-regexp@<0.1.10": ">=0.1.10",
104+
"@octokit/request-error@>=1.0.0 <5.1.1": ">=5.1.1",
105+
"@octokit/request@>=1.0.0 <9.2.1": ">=9.2.1",
106+
"@octokit/plugin-paginate-rest@>=1.0.0 <11.4.1": ">=11.4.1",
107+
"esbuild@<=0.24.2": ">=0.25.0",
108+
"vitest@>=1.0.0 <1.6.1": ">=1.6.1",
109+
"vite@>=5.0.0 <=5.4.11": ">=5.4.12",
110+
"vite@>=6.0.0 <=6.0.8": ">=6.0.9"
81111
}
82112
}
83113
}

0 commit comments

Comments
 (0)