Skip to content

Commit cc1e1dc

Browse files
authored
GitHub Actions: Test on the current version of Node.js (#1657)
1 parent 6bb02af commit cc1e1dc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: .github/workflows/Ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
- uses: actions/setup-node@v4
1717
with:
18-
node-version: 20
18+
node-version: 22
1919
cache: npm
2020

2121
- name: 📦 Install dependencies

Diff for: .github/workflows/UpdateDirectory.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
- uses: actions/setup-node@v4
1616
with:
17-
node-version: 20
17+
node-version: 22
1818
cache: npm
1919

2020
- name: 📦 Install dependencies

Diff for: .github/workflows/UploadCoverageReport.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
- uses: actions/setup-node@v4
1818
with:
19-
node-version: 20
19+
node-version: 22
2020
cache: npm
2121

2222
- name: Install dependencies

0 commit comments

Comments
 (0)