We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 060a184 commit 50abbe0Copy full SHA for 50abbe0
1 file changed
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
strategy:
15
matrix:
16
- node-version: [14, 18, 23] # Test on Node.js versions 14, 18, and 23
+ node-version: [18, 20, 24] # Test on Node.js versions 18, 20, and 24
17
18
steps:
19
- name: Checkout repository
0 commit comments