File tree Expand file tree Collapse file tree 17 files changed +31
-23
lines changed Expand file tree Collapse file tree 17 files changed +31
-23
lines changed Original file line number Diff line number Diff line change 1+ 2024-01-01T01:21:09.893Z
Original file line number Diff line number Diff line change 4949 # Pin action to full length commit SHA corresponding to v3.8.1
5050 uses : actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
5151 with :
52- node-version : 16
52+ node-version : 20
5353 timeout-minutes : 5
5454
5555 # Install dependencies:
Original file line number Diff line number Diff line change 4949 # Pin action to full length commit SHA corresponding to v3.8.1
5050 uses : actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
5151 with :
52- node-version : 16
52+ node-version : 20
5353 timeout-minutes : 5
5454
5555 # Install dependencies:
Original file line number Diff line number Diff line change 5454 # Pin action to full length commit SHA corresponding to v3.8.1
5555 uses : actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
5656 with :
57- node-version : 16
57+ node-version : 20
5858 timeout-minutes : 5
5959
6060 # Resolve package name:
@@ -102,8 +102,8 @@ jobs:
102102
103103 # Send data to events server:
104104 - name : ' Post data'
105- # Pin action to full length commit SHA corresponding to v3.0.3:
106- uses : distributhor/workflow-webhook@48a40b380ce4593b6a6676528cd005986ae56629
105+ # Pin action to full length commit SHA
106+ uses : distributhor/workflow-webhook@48a40b380ce4593b6a6676528cd005986ae56629 # v3.0.3
107107 env :
108108 webhook_url : ${{ secrets.STDLIB_NPM_DOWNLOADS_URL }}
109109 webhook_secret : ${{ secrets.STDLIB_WEBHOOK_SECRET }}
Original file line number Diff line number Diff line change 7171 # Pin action to full length commit SHA corresponding to v3.8.1
7272 uses : actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
7373 with :
74- node-version : 16
74+ node-version : 20
7575 timeout-minutes : 5
7676
7777 # Create production branch:
@@ -146,7 +146,7 @@ jobs:
146146 # Pin action to full length commit SHA corresponding to v3.8.1
147147 uses : actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
148148 with :
149- node-version : 16
149+ node-version : 20
150150 timeout-minutes : 5
151151
152152 # Install dependencies:
@@ -259,7 +259,7 @@ jobs:
259259 # Pin action to full length commit SHA corresponding to v3.8.1
260260 uses : actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
261261 with :
262- node-version : 16
262+ node-version : 20
263263 timeout-minutes : 5
264264
265265 # Install dependencies:
@@ -427,7 +427,7 @@ jobs:
427427 # Pin action to full length commit SHA corresponding to v3.8.1
428428 uses : actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
429429 with :
430- node-version : 16
430+ node-version : 20
431431 timeout-minutes : 5
432432
433433 # Install dependencies:
@@ -609,7 +609,7 @@ jobs:
609609 # Pin action to full length commit SHA corresponding to v3.8.1
610610 uses : actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
611611 with :
612- node-version : 16
612+ node-version : 20
613613 timeout-minutes : 5
614614
615615 # Install dependencies:
Original file line number Diff line number Diff line change 6969 # Pin action to full length commit SHA corresponding to v3.8.1
7070 uses : actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
7171 with :
72- node-version : 16
72+ node-version : 20
7373 timeout-minutes : 5
7474
7575 # Configure git:
Original file line number Diff line number Diff line change 6666 # Pin action to full length commit SHA corresponding to v3.8.1
6767 uses : actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
6868 with :
69- node-version : 16
69+ node-version : 20
7070 timeout-minutes : 5
7171
7272 # Install dependencies:
Original file line number Diff line number Diff line change 5959 # Pin action to full length commit SHA corresponding to v3.8.1
6060 uses : actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
6161 with :
62- node-version : 17
62+ node-version : 20
6363
6464 # Try loading the UMD bundle:
6565 - name : ' Try loading UMD bundle'
@@ -126,7 +126,7 @@ jobs:
126126 # Pin action to full length commit SHA corresponding to v3.8.1
127127 uses : actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
128128 with :
129- node-version : 17
129+ node-version : 20
130130
131131 # Try loading the ES module bundle:
132132 - name : ' Try loading ESM'
Original file line number Diff line number Diff line change 5454 # Pin action to full length commit SHA corresponding to v3.8.1
5555 uses : actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
5656 with :
57- node-version : 16
57+ node-version : 20
5858 timeout-minutes : 5
5959
6060 # Install dependencies:
@@ -119,8 +119,8 @@ jobs:
119119
120120 # Send data to events server:
121121 - name : ' Post data'
122- # Pin action to full length commit SHA corresponding to v3.0.3:
123- uses : distributhor/workflow-webhook@48a40b380ce4593b6a6676528cd005986ae56629
122+ # Pin action to full length commit SHA
123+ uses : distributhor/workflow-webhook@48a40b380ce4593b6a6676528cd005986ae56629 # v3.0.3
124124 env :
125125 webhook_url : ${{ secrets.STDLIB_COVERAGE_URL }}
126126 webhook_secret : ${{ secrets.STDLIB_WEBHOOK_SECRET }}
Original file line number Diff line number Diff line change 6666 # Pin action to full length commit SHA corresponding to v3.8.1
6767 uses : actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
6868 with :
69- node-version : 16
69+ node-version : 20
7070 timeout-minutes : 5
7171
7272 # Install dependencies:
You can’t perform that action at this time.
0 commit comments