Skip to content

Commit 23993b1

Browse files
committed
Remove node-version-file
1 parent 7106ba8 commit 23993b1

File tree

3 files changed

+0
-8
lines changed

3 files changed

+0
-8
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v4
1515
- uses: actions/setup-node@v4
16-
with:
17-
node-version-file: "package.json"
1816
- run: npm ci
1917
- run: npm run lint
2018

@@ -24,7 +22,5 @@ jobs:
2422
steps:
2523
- uses: actions/checkout@v4
2624
- uses: actions/setup-node@v4
27-
with:
28-
node-version-file: "package.json"
2925
- run: npm ci
3026
- run: npm run test

.github/workflows/main.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ jobs:
1212
fetch-depth: 0
1313
submodules: true
1414
- uses: actions/setup-node@v4
15-
with:
16-
node-version-file: "package.json"
1715
- name: configure git
1816
run: |
1917
git config --global user.email "[email protected]"

.github/workflows/update-project-json.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ jobs:
1919
2020
- name: Setup Node.js
2121
uses: actions/setup-node@v4
22-
with:
23-
node-version-file: "package.json"
2422

2523
- name: Install Dependencies
2624
run: npm ci

0 commit comments

Comments
 (0)