Skip to content

Commit c65c819

Browse files
Upgrade to node 20 (#95)
1 parent 52a53b4 commit c65c819

39 files changed

+33393
-9899
lines changed

.github/workflows/check-license.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363

6464
steps:
6565
- name: Checkout repository
66-
uses: actions/checkout@v3
66+
uses: actions/checkout@v4
6767

6868
- name: Install Ruby
6969
uses: ruby/setup-ruby@v1

.github/workflows/check-markdown-task.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Check Markdown
33

44
env:
55
# See: https://github.com/actions/setup-node/#readme
6-
NODE_VERSION: 16.x
6+
NODE_VERSION: 20.x
77

88
# See: https://docs.github.com/actions/using-workflows/events-that-trigger-workflows
99
on:
@@ -69,10 +69,10 @@ jobs:
6969

7070
steps:
7171
- name: Checkout repository
72-
uses: actions/checkout@v3
72+
uses: actions/checkout@v4
7373

7474
- name: Setup Node.js
75-
uses: actions/setup-node@v3
75+
uses: actions/setup-node@v4
7676
with:
7777
node-version: ${{ env.NODE_VERSION }}
7878

@@ -95,10 +95,10 @@ jobs:
9595

9696
steps:
9797
- name: Checkout repository
98-
uses: actions/checkout@v3
98+
uses: actions/checkout@v4
9999

100100
- name: Setup Node.js
101-
uses: actions/setup-node@v3
101+
uses: actions/setup-node@v4
102102
with:
103103
node-version: ${{ env.NODE_VERSION }}
104104

.github/workflows/check-npm-dependencies-task.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Check npm Dependencies
33

44
env:
55
# See: https://github.com/actions/setup-node/#readme
6-
NODE_VERSION: 16.x
6+
NODE_VERSION: 20.x
77

88
# See: https://docs.github.com/actions/using-workflows/events-that-trigger-workflows
99
on:
@@ -65,7 +65,7 @@ jobs:
6565

6666
steps:
6767
- name: Checkout repository
68-
uses: actions/checkout@v3
68+
uses: actions/checkout@v4
6969
with:
7070
submodules: recursive
7171

@@ -76,7 +76,7 @@ jobs:
7676
version: 3.x
7777

7878
- name: Setup Node.js
79-
uses: actions/setup-node@v3
79+
uses: actions/setup-node@v4
8080
with:
8181
node-version: ${{ env.NODE_VERSION }}
8282

@@ -115,7 +115,7 @@ jobs:
115115

116116
steps:
117117
- name: Checkout repository
118-
uses: actions/checkout@v3
118+
uses: actions/checkout@v4
119119
with:
120120
submodules: recursive
121121

@@ -126,7 +126,7 @@ jobs:
126126
version: 3.x
127127

128128
- name: Setup Node.js
129-
uses: actions/setup-node@v3
129+
uses: actions/setup-node@v4
130130
with:
131131
node-version: ${{ env.NODE_VERSION }}
132132

.github/workflows/check-npm-task.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Check npm
33

44
env:
55
# See: https://github.com/actions/setup-node/#readme
6-
NODE_VERSION: 16.x
6+
NODE_VERSION: 20.x
77

88
# See: https://docs.github.com/en/actions/reference/events-that-trigger-workflows
99
on:
@@ -60,10 +60,10 @@ jobs:
6060

6161
steps:
6262
- name: Checkout repository
63-
uses: actions/checkout@v3
63+
uses: actions/checkout@v4
6464

6565
- name: Setup Node.js
66-
uses: actions/setup-node@v3
66+
uses: actions/setup-node@v4
6767
with:
6868
node-version: ${{ env.NODE_VERSION }}
6969

@@ -83,10 +83,10 @@ jobs:
8383

8484
steps:
8585
- name: Checkout repository
86-
uses: actions/checkout@v3
86+
uses: actions/checkout@v4
8787

8888
- name: Setup Node.js
89-
uses: actions/setup-node@v3
89+
uses: actions/setup-node@v4
9090
with:
9191
node-version: ${{ env.NODE_VERSION }}
9292

.github/workflows/check-packaging-ncc-typescript-task.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Check Packaging
22

33
env:
44
# See: https://github.com/actions/setup-node/#readme
5-
NODE_VERSION: 16.x
5+
NODE_VERSION: 20.x
66

77
on:
88
push:
@@ -32,10 +32,10 @@ jobs:
3232

3333
steps:
3434
- name: Checkout repository
35-
uses: actions/checkout@v3
35+
uses: actions/checkout@v4
3636

3737
- name: Setup Node.js
38-
uses: actions/setup-node@v3
38+
uses: actions/setup-node@v4
3939
with:
4040
node-version: ${{ env.NODE_VERSION }}
4141

.github/workflows/check-taskfiles.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Check Taskfiles
33

44
env:
55
# See: https://github.com/actions/setup-node/#readme
6-
NODE_VERSION: 16.x
6+
NODE_VERSION: 20.x
77

88
# See: https://docs.github.com/actions/using-workflows/events-that-trigger-workflows
99
on:
@@ -39,10 +39,10 @@ jobs:
3939

4040
steps:
4141
- name: Checkout repository
42-
uses: actions/checkout@v3
42+
uses: actions/checkout@v4
4343

4444
- name: Setup Node.js
45-
uses: actions/setup-node@v3
45+
uses: actions/setup-node@v4
4646
with:
4747
node-version: ${{ env.NODE_VERSION }}
4848

.github/workflows/check-tsconfig-task.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Check TypeScript Configuration
22

33
env:
44
# See: https://github.com/actions/setup-node/#readme
5-
NODE_VERSION: 16.x
5+
NODE_VERSION: 20.x
66

77
# See: https://docs.github.com/en/actions/reference/events-that-trigger-workflows
88
on:
@@ -35,10 +35,10 @@ jobs:
3535

3636
steps:
3737
- name: Checkout repository
38-
uses: actions/checkout@v3
38+
uses: actions/checkout@v4
3939

4040
- name: Setup Node.js
41-
uses: actions/setup-node@v3
41+
uses: actions/setup-node@v4
4242
with:
4343
node-version: ${{ env.NODE_VERSION }}
4444

.github/workflows/check-typescript-task.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Check TypeScript
33

44
env:
55
# See: https://github.com/actions/setup-node/#readme
6-
NODE_VERSION: 16.x
6+
NODE_VERSION: 20.x
77

88
# See: https://docs.github.com/en/actions/reference/events-that-trigger-workflows
99
on:
@@ -41,10 +41,10 @@ jobs:
4141

4242
steps:
4343
- name: Checkout repository
44-
uses: actions/checkout@v3
44+
uses: actions/checkout@v4
4545

4646
- name: Setup Node.js
47-
uses: actions/setup-node@v3
47+
uses: actions/setup-node@v4
4848
with:
4949
node-version: ${{ env.NODE_VERSION }}
5050

.github/workflows/sync-labels-npm.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Sync Labels
33

44
env:
55
# See: https://github.com/actions/setup-node/#readme
6-
NODE_VERSION: 16.x
6+
NODE_VERSION: 20.x
77
CONFIGURATIONS_FOLDER: .github/label-configuration-files
88
CONFIGURATIONS_ARTIFACT: label-configuration-files
99

@@ -33,10 +33,10 @@ jobs:
3333

3434
steps:
3535
- name: Checkout repository
36-
uses: actions/checkout@v3
36+
uses: actions/checkout@v4
3737

3838
- name: Setup Node.js
39-
uses: actions/setup-node@v3
39+
uses: actions/setup-node@v4
4040
with:
4141
node-version: ${{ env.NODE_VERSION }}
4242

@@ -115,7 +115,7 @@ jobs:
115115
echo "flag=--dry-run" >> $GITHUB_OUTPUT
116116
117117
- name: Checkout repository
118-
uses: actions/checkout@v3
118+
uses: actions/checkout@v4
119119

120120
- name: Download configuration files artifact
121121
uses: actions/download-artifact@v3
@@ -129,7 +129,7 @@ jobs:
129129
name: ${{ env.CONFIGURATIONS_ARTIFACT }}
130130

131131
- name: Setup Node.js
132-
uses: actions/setup-node@v3
132+
uses: actions/setup-node@v4
133133
with:
134134
node-version: ${{ env.NODE_VERSION }}
135135

.github/workflows/test-integration.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
steps:
2626
- name: Checkout repository
27-
uses: actions/checkout@v3
27+
uses: actions/checkout@v4
2828

2929
- name: Run action with defaults
3030
uses: ./ # Use the action from the local path.
@@ -53,7 +53,7 @@ jobs:
5353

5454
steps:
5555
- name: Checkout repository
56-
uses: actions/checkout@v3
56+
uses: actions/checkout@v4
5757

5858
- name: Run action, using protoc patch version wildcard
5959
uses: ./
@@ -71,7 +71,7 @@ jobs:
7171

7272
steps:
7373
- name: Checkout repository
74-
uses: actions/checkout@v3
74+
uses: actions/checkout@v4
7575

7676
- name: Run action, using invalid version
7777
id: setup-protoc

.github/workflows/test.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
- name: Checkout
1919
uses: actions/checkout@master
2020

21-
- name: Set Node.js 16.x
22-
uses: actions/setup-node@master
21+
- name: Set Node.js 20.x
22+
uses: actions/setup-node@v4
2323
with:
24-
node-version: 16.x
24+
node-version: 20.x
2525

2626
- name: npm install
2727
run: npm install
@@ -34,4 +34,4 @@ jobs:
3434
- name: npm test
3535
env:
3636
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
37-
run: npm test
37+
run: npm test

.licenses/npm/@actions/core.dep.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: "@actions/core"
3-
version: 1.10.0
3+
version: 1.10.1
44
type: npm
55
summary: Actions core lib
66
homepage: https://github.com/actions/toolkit/tree/main/packages/core

.licenses/npm/@actions/http-client-1.0.11.dep.yml

-32
This file was deleted.

.licenses/npm/@actions/http-client-2.1.0.dep.yml .licenses/npm/@actions/http-client.dep.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: "@actions/http-client"
3-
version: 2.1.0
3+
version: 2.2.0
44
type: npm
55
summary: Actions Http Client
66
homepage: https://github.com/actions/toolkit/tree/main/packages/http-client

.licenses/npm/@actions/tool-cache.dep.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: "@actions/tool-cache"
3-
version: 1.7.2
3+
version: 2.0.1
44
type: npm
55
summary: Actions tool-cache lib
66
homepage: https://github.com/actions/toolkit/tree/main/packages/tool-cache

.licenses/npm/@fastify/busboy.dep.yml

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
name: "@fastify/busboy"
3+
version: 2.1.0
4+
type: npm
5+
summary: A streaming parser for HTML form data for node.js
6+
homepage:
7+
license: mit
8+
licenses:
9+
- sources: LICENSE
10+
text: |-
11+
Copyright Brian White. All rights reserved.
12+
13+
Permission is hereby granted, free of charge, to any person obtaining a copy
14+
of this software and associated documentation files (the "Software"), to
15+
deal in the Software without restriction, including without limitation the
16+
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
17+
sell copies of the Software, and to permit persons to whom the Software is
18+
furnished to do so, subject to the following conditions:
19+
20+
The above copyright notice and this permission notice shall be included in
21+
all copies or substantial portions of the Software.
22+
23+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
24+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
25+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
26+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
27+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
28+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
29+
IN THE SOFTWARE.
30+
notices: []

.licenses/npm/call-bind.dep.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: call-bind
3-
version: 1.0.2
3+
version: 1.0.5
44
type: npm
55
summary: Robustly `.call.bind()` a function
66
homepage: https://github.com/ljharb/call-bind#readme

0 commit comments

Comments
 (0)