Skip to content

Commit e1c45db

Browse files
authored
chore: test on 3.x (#5427)
1 parent 63d14da commit e1c45db

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Github Pages
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ 3.x ]
66

77
jobs:
88
Runner:

.github/workflows/nodejs-3.x.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@ name: CI for 3.x
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ 3.x ]
66
pull_request:
7-
branches: [ master ]
7+
branches: [ 3.x ]
88
merge_group:
9-
branches: [ master ]
9+
branches: [ 3.x ]
1010

1111
jobs:
1212
Job:
1313
name: Node.js
1414
uses: node-modules/github-actions/.github/workflows/node-test.yml@master
1515
with:
1616
os: 'ubuntu-latest, macos-latest, windows-latest'
17-
version: '14, 16, 18, 20, 22'
17+
version: '14, 16, 18, 20, 22, 24'
1818
install: 'npm i -g npminstall && npminstall'
1919
secrets:
2020
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)