File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 55 branches :
66 - main
77 pull_request :
8+ workflow_dispatch :
89
910jobs :
1011 nodejs :
1819 - ' 17'
1920
2021 steps :
21- - uses : actions/checkout@v2
22+ - uses : actions/checkout@v3
2223 - name : Setup Node.js ${{ matrix.node-version }}
2324 uses : actions/setup-node@v2
2425 with :
@@ -38,12 +39,12 @@ jobs:
3839 browser : [ChromeHeadless, FirefoxHeadless]
3940
4041 steps :
41- - uses : actions/checkout@v2
42+ - uses : actions/checkout@v3
4243 - name : Setup Node.js
4344 uses : actions/setup-node@v2
4445 with :
4546 cache : npm
46- node-version : ' 14 '
47+ node-version : ' 16 '
4748 - run : npm install -g npm
4849 - run : npm ci
4950 - run : npm run test:browser -- --browsers ${{ matrix.browser }}
Original file line number Diff line number Diff line change @@ -2,7 +2,8 @@ name: "CodeQL"
22
33on :
44 push :
5- branches : [main]
5+ branches :
6+ - main
67 pull_request :
78 workflow_dispatch :
89 schedule :
1819
1920 steps :
2021 - name : Checkout repository
21- uses : actions/checkout@v2
22+ uses : actions/checkout@v3
2223
2324 - name : Initialize CodeQL
2425 uses : github/codeql-action/init@v1
Original file line number Diff line number Diff line change 77 branches :
88 - main
99 pull_request :
10+ workflow_dispatch :
1011
1112jobs :
1213 fuzzing :
1314 runs-on : ubuntu-latest
1415
1516 steps :
16- - uses : actions/checkout@v2
17+ - uses : actions/checkout@v3
1718 - name : Setup Node.js
1819 uses : actions/setup-node@v2
1920 with :
You can’t perform that action at this time.
0 commit comments