Skip to content

Commit a9c7d18

Browse files
committed
qa: remove specific node-version from actions/setup-node
This will trigger `actions/setup-node` autodiscovery which checks `package-lock.json` for the required version. Signed-off-by: Maximilian Bösing <[email protected]>
1 parent 6993d43 commit a9c7d18

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ jobs:
136136
- uses: "actions/setup-node@v4"
137137
with:
138138
check-latest: true
139-
node-version: 20
140139
- name: "Install node modules"
141140
run: "npm ci"
142141
- name: Run ESLint
@@ -149,7 +148,6 @@ jobs:
149148
- uses: "actions/setup-node@v4"
150149
with:
151150
check-latest: true
152-
node-version: 20
153151
- name: "Install node modules"
154152
run: "npm ci"
155153
- name: Run Jest

0 commit comments

Comments
 (0)