Skip to content

Commit

Permalink
qa: remove specific node-version from actions/setup-node
Browse files Browse the repository at this point in the history
This will trigger `actions/setup-node` autodiscovery which checks `package-lock.json` for the required version.

Signed-off-by: Maximilian Bösing <[email protected]>
  • Loading branch information
boesing committed Apr 24, 2024
1 parent 6993d43 commit a9c7d18
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ jobs:
- uses: "actions/setup-node@v4"
with:
check-latest: true
node-version: 20
- name: "Install node modules"
run: "npm ci"
- name: Run ESLint
Expand All @@ -149,7 +148,6 @@ jobs:
- uses: "actions/setup-node@v4"
with:
check-latest: true
node-version: 20
- name: "Install node modules"
run: "npm ci"
- name: Run Jest
Expand Down

0 comments on commit a9c7d18

Please sign in to comment.