Skip to content

Commit 4ba52e6

Browse files
committed
Update nodejs.yml
1 parent 36a2228 commit 4ba52e6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/nodejs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Node.js build
22

33
on:
44
push:
5-
branches: [ main, live ]
5+
branches: [ main ]
66
pull_request:
7-
branches: [ main, live ]
7+
branches: [ main ]
88
workflow_dispatch:
99

1010
jobs:
@@ -17,7 +17,7 @@ jobs:
1717

1818
strategy:
1919
matrix:
20-
node-version: [ 18.x, 20.x ]
20+
node-version: [ 20.x, 22.x, 24.x ]
2121

2222
steps:
2323
- uses: actions/checkout@v3
@@ -42,7 +42,7 @@ jobs:
4242

4343
strategy:
4444
matrix:
45-
node-version: [ 18.x, 20.x ]
45+
node-version: [ 20.x, 22.x, 24.x ]
4646

4747
steps:
4848
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)