Skip to content

Commit 664a9f1

Browse files
committed
ci(ci.yaml): Use minimal supported Node.js version
1 parent d0342b0 commit 664a9f1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
runs-on: ubuntu-24.04
1717
steps:
1818
- uses: actions/checkout@v6
19-
- name: Use Node.js 20.11.0
19+
- name: Use minimal supported Node.js version
2020
uses: actions/setup-node@v6
2121
with:
22-
node-version: 20.11.0
22+
node-version: 20.17.0
2323

2424
- name: Install dependencies
2525
run: npm ci

0 commit comments

Comments
 (0)