Skip to content

Commit f1c4485

Browse files
committed
Test new LTS + Current node version.
1 parent b79fd0b commit f1c4485

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
name: Build and Test
44

55
on:
6+
workflow_dispatch:
67
push:
78
paths-ignore:
89
- '.github/**'
@@ -20,7 +21,7 @@ jobs:
2021
runs-on: ubuntu-latest
2122
strategy:
2223
matrix:
23-
node-version: [18.x, 20.x, 22.x]
24+
node-version: [18.x, 20.x, 22.x, 24.x, 25.x]
2425

2526
steps:
2627
- name: Checkout repository

0 commit comments

Comments
 (0)