Skip to content

Commit 29e2a2c

Browse files
Add Node.js version 12 and 24 to CI workflow
1 parent 1f26fc5 commit 29e2a2c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ jobs:
1010
os:
1111
- ubuntu-latest
1212
node:
13+
- '12'
1314
- '18'
15+
- '24'
1416
steps:
1517
- uses: actions/checkout@v6
1618
- uses: actions/setup-node@v6

0 commit comments

Comments
 (0)