Skip to content

Commit e99a6e5

Browse files
committed
get rid of duplicate node versioning
1 parent 5ab5193 commit e99a6e5

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

.github/workflows/development.yml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,6 @@ jobs:
3434
with:
3535
node-version: '22'
3636

37-
- name: Set up Node.js 22
38-
uses: actions/setup-node@v4
39-
with:
40-
node-version: '22'
41-
4237
- name: Install dependencies
4338
run: npm ci
4439

@@ -74,11 +69,6 @@ jobs:
7469
with:
7570
node-version: '22'
7671

77-
- name: Set up Node.js 22
78-
uses: actions/setup-node@v4
79-
with:
80-
node-version: '22'
81-
8272
- name: Install dependencies
8373
run: npm ci
8474

@@ -114,11 +104,6 @@ jobs:
114104
with:
115105
node-version: '22'
116106

117-
- name: Set up Node.js 22
118-
uses: actions/setup-node@v4
119-
with:
120-
node-version: '22'
121-
122107
- name: Install dependencies
123108
run: npm ci
124109

@@ -154,11 +139,6 @@ jobs:
154139
with:
155140
node-version: '22'
156141

157-
- name: Set up Node.js 22
158-
uses: actions/setup-node@v4
159-
with:
160-
node-version: '22'
161-
162142
- name: Install dependencies
163143
run: npm ci
164144

@@ -194,11 +174,6 @@ jobs:
194174
with:
195175
node-version: '22'
196176

197-
- name: Set up Node.js 22
198-
uses: actions/setup-node@v4
199-
with:
200-
node-version: '22'
201-
202177
- name: Install dependencies
203178
run: npm ci
204179

0 commit comments

Comments
 (0)