File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 20
20
strategy :
21
21
matrix :
22
22
os : [ubuntu-latest]
23
- node : [12, 14, 16 ]
23
+ node : [18, 20, 22 ]
24
24
25
25
steps :
26
26
- name : Clone repository
53
53
54
54
- name : BundleWatch
55
55
run : yarn run bundlewatch
56
- if : matrix.node == '16 '
56
+ if : matrix.node == '20 '
57
57
env :
58
58
BUNDLEWATCH_GITHUB_TOKEN : " ${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}"
Original file line number Diff line number Diff line change @@ -21,17 +21,17 @@ permissions:
21
21
jobs :
22
22
analyze :
23
23
permissions :
24
- actions : read # for github/codeql-action/init to get workflow details
25
- contents : read # for actions/checkout to fetch code
26
- security-events : write # for github/codeql-action/autobuild to send a status report
24
+ actions : read # For " github/codeql-action/init" to get workflow details
25
+ contents : read # For " actions/checkout to fetch" code
26
+ security-events : write # For " github/codeql-action/autobuild" to send a status report
27
27
name : Analyze
28
28
runs-on : ubuntu-latest
29
29
30
30
steps :
31
31
- name : Checkout repository
32
32
uses : actions/checkout@v3
33
33
34
- # Initializes the CodeQL tools for scanning.
34
+ # Initializes the CodeQL tools for scanning
35
35
- name : Initialize CodeQL
36
36
uses : github/codeql-action/init@v2
37
37
with :
Original file line number Diff line number Diff line change 6
6
- master
7
7
- docs-github-pages
8
8
9
- # Allows you to run this workflow manually from the Actions tab.
9
+ # Allows you to run this workflow manually from the Actions tab
10
10
workflow_dispatch :
11
11
12
- # Sets permissions of the "GITHUB_TOKEN" to allow deployment to GitHub Pages.
12
+ # Sets permissions of the "GITHUB_TOKEN" to allow deployment to GitHub Pages
13
13
permissions :
14
14
contents : read
15
15
pages : write
Original file line number Diff line number Diff line change 20
20
strategy :
21
21
matrix :
22
22
os : [ubuntu-latest]
23
- node : [16 ]
23
+ node : [20 ]
24
24
25
25
steps :
26
26
- name : Clone repository
57
57
strategy :
58
58
matrix :
59
59
os : [ubuntu-latest]
60
- node : [16 ]
60
+ node : [20 ]
61
61
62
62
steps :
63
63
- name : Clone repository
94
94
strategy :
95
95
matrix :
96
96
os : [ubuntu-latest]
97
- node : [12, 14, 16 ]
97
+ node : [18, 20, 22 ]
98
98
99
99
steps :
100
100
- name : Clone repository
You can’t perform that action at this time.
0 commit comments