Skip to content

Commit 945afa4

Browse files
committed
CI: upgrade NodeJS (14.x → 20.x)
It's time to move to the active LTS version: NodeJS 20.
1 parent 1cb106b commit 945afa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/ci-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
node:
19-
- '14.x'
19+
- '20.x'
2020

2121
steps:
2222
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)