Skip to content

Commit 7d600a7

Browse files
committed
chore: test with node 20
1 parent f49209c commit 7d600a7

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

.github/workflows/check.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v4
2020
- uses: actions/setup-node@v4
2121
with:
22-
node-version-file: package.json
22+
node-version: 20
2323
cache: "npm"
2424
- name: Install dependencies
2525
run: npm ci
@@ -33,7 +33,7 @@ jobs:
3333
- uses: actions/checkout@v4
3434
- uses: actions/setup-node@v4
3535
with:
36-
node-version-file: package.json
36+
node-version: 20
3737
cache: "npm"
3838
- name: Install dependencies
3939
run: npm ci
@@ -47,7 +47,7 @@ jobs:
4747
- uses: actions/checkout@v4
4848
- uses: actions/setup-node@v4
4949
with:
50-
node-version-file: package.json
50+
node-version: 20
5151
cache: "npm"
5252
- name: Install dependencies, build and remove dev dependencies
5353
run: |

.github/workflows/code_health.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v4
2424
- uses: actions/setup-node@v4
2525
with:
26-
node-version-file: package.json
26+
node-version: 20
2727
cache: "npm"
2828
- name: Install dependencies
2929
run: npm ci
@@ -45,7 +45,7 @@ jobs:
4545
- uses: actions/checkout@v4
4646
- uses: actions/setup-node@v4
4747
with:
48-
node-version-file: package.json
48+
node-version: 20
4949
cache: "npm"
5050
- name: Install dependencies
5151
run: npm ci
@@ -71,7 +71,7 @@ jobs:
7171
- uses: actions/checkout@v4
7272
- uses: actions/setup-node@v4
7373
with:
74-
node-version-file: package.json
74+
node-version: 20
7575
cache: "npm"
7676
- name: Install dependencies
7777
run: npm ci

.github/workflows/code_health_fork.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v4
2323
- uses: actions/setup-node@v4
2424
with:
25-
node-version-file: package.json
25+
node-version: 20
2626
cache: "npm"
2727
- name: Install dependencies
2828
run: npm ci

.github/workflows/prepare_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@v4
2626
- uses: actions/setup-node@v4
2727
with:
28-
node-version-file: package.json
28+
node-version: 20
2929
registry-url: "https://registry.npmjs.org"
3030
cache: "npm"
3131
- name: Bump version

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fetch-depth: 0
2020
- uses: actions/setup-node@v4
2121
with:
22-
node-version-file: package.json
22+
node-version: 20
2323
registry-url: "https://registry.npmjs.org"
2424
cache: "npm"
2525
- name: Get version
@@ -55,7 +55,7 @@ jobs:
5555
- uses: actions/checkout@v4
5656
- uses: actions/setup-node@v4
5757
with:
58-
node-version-file: package.json
58+
node-version: 20
5959
registry-url: "https://registry.npmjs.org"
6060
cache: "npm"
6161
- name: Build package

0 commit comments

Comments
 (0)