Skip to content

Commit 0026c87

Browse files
committed
Update CI workflow to use Node.js versions 20.x and 22.x
1 parent 4761c16 commit 0026c87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
runs-on: ubuntu-latest
7474
strategy:
7575
matrix:
76-
node-version: [14.x, 16.x]
76+
node-version: [20.x, 22.x]
7777
steps:
7878
- uses: actions/checkout@v4
7979

0 commit comments

Comments
 (0)