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 2020 strategy :
2121 matrix :
2222 os : [ubuntu-latest]
23- node : [12, 14, 16 ]
23+ node : [18, 20, 22 ]
2424
2525 steps :
2626 - name : Clone repository
5353
5454 - name : BundleWatch
5555 run : yarn run bundlewatch
56- if : matrix.node == '16 '
56+ if : matrix.node == '20 '
5757 env :
5858 BUNDLEWATCH_GITHUB_TOKEN : " ${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}"
Original file line number Diff line number Diff line change @@ -21,17 +21,17 @@ permissions:
2121jobs :
2222 analyze :
2323 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
2727 name : Analyze
2828 runs-on : ubuntu-latest
2929
3030 steps :
3131 - name : Checkout repository
3232 uses : actions/checkout@v3
3333
34- # Initializes the CodeQL tools for scanning.
34+ # Initializes the CodeQL tools for scanning
3535 - name : Initialize CodeQL
3636 uses : github/codeql-action/init@v2
3737 with :
Original file line number Diff line number Diff line change 66 - master
77 - docs-github-pages
88
9- # Allows you to run this workflow manually from the Actions tab.
9+ # Allows you to run this workflow manually from the Actions tab
1010 workflow_dispatch :
1111
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
1313permissions :
1414 contents : read
1515 pages : write
Original file line number Diff line number Diff line change 2020 strategy :
2121 matrix :
2222 os : [ubuntu-latest]
23- node : [16 ]
23+ node : [20 ]
2424
2525 steps :
2626 - name : Clone repository
5757 strategy :
5858 matrix :
5959 os : [ubuntu-latest]
60- node : [16 ]
60+ node : [20 ]
6161
6262 steps :
6363 - name : Clone repository
9494 strategy :
9595 matrix :
9696 os : [ubuntu-latest]
97- node : [12, 14, 16 ]
97+ node : [18, 20, 22 ]
9898
9999 steps :
100100 - name : Clone repository
You can’t perform that action at this time.
0 commit comments