File tree Expand file tree Collapse file tree 18 files changed +1353
-1459
lines changed Expand file tree Collapse file tree 18 files changed +1353
-1459
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " @remix-run/web-fetch " : patch
3+ ---
4+
5+ fixes "ERR_INVALID_THIS" on Node 20
Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ jobs:
2323 project :
2424 - blob
2525 steps :
26- - uses : actions/checkout@v2
26+ - uses : actions/checkout@v3
2727
2828 - name : Setup node ${{ matrix.node-version }}
29- uses : actions/setup-node@v2
29+ uses : actions/setup-node@v3
3030 with :
3131 node-version : ${{ matrix.node-version }}
3232
@@ -42,10 +42,13 @@ jobs:
4242 runs-on : ${{ matrix.os }}
4343
4444 strategy :
45+ fail-fast : false
4546 matrix :
4647 node-version :
4748 - 14
4849 - 16
50+ - 18
51+ - 20
4952 os :
5053 - ubuntu-latest
5154 - windows-latest
@@ -54,10 +57,10 @@ jobs:
5457 - blob
5558
5659 steps :
57- - uses : actions/checkout@v2
60+ - uses : actions/checkout@v3
5861
5962 - name : Setup Node
60- uses : actions/setup-node@v2
63+ uses : actions/setup-node@v3
6164 with :
6265 node-version : ${{ matrix.node-version }}
6366
Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ jobs:
2424 project :
2525 - fetch
2626 steps :
27- - uses : actions/checkout@v2
27+ - uses : actions/checkout@v3
2828
2929 - name : Setup node ${{ matrix.node-version }}
30- uses : actions/setup-node@v2
30+ uses : actions/setup-node@v3
3131 with :
3232 node-version : ${{ matrix.node-version }}
3333
@@ -44,10 +44,13 @@ jobs:
4444 runs-on : ${{ matrix.os }}
4545
4646 strategy :
47+ fail-fast : false
4748 matrix :
4849 node-version :
4950 - 14
5051 - 16
52+ - 18
53+ - 20
5154 os :
5255 - ubuntu-latest
5356 - windows-latest
@@ -62,10 +65,10 @@ jobs:
6265 node-version : 14
6366
6467 steps :
65- - uses : actions/checkout@v2
68+ - uses : actions/checkout@v3
6669
6770 - name : Setup Node
68- uses : actions/setup-node@v2
71+ uses : actions/setup-node@v3
6972 with :
7073 node-version : ${{ matrix.node-version }}
7174
Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ jobs:
2323 project :
2424 - file
2525 steps :
26- - uses : actions/checkout@v2
26+ - uses : actions/checkout@v3
2727
2828 - name : Setup node ${{ matrix.node-version }}
29- uses : actions/setup-node@v2
29+ uses : actions/setup-node@v3
3030 with :
3131 node-version : ${{ matrix.node-version }}
3232
@@ -42,10 +42,13 @@ jobs:
4242 runs-on : ${{ matrix.os }}
4343
4444 strategy :
45+ fail-fast : false
4546 matrix :
4647 node-version :
4748 - 14
4849 - 16
50+ - 18
51+ - 20
4952 os :
5053 - ubuntu-latest
5154 - windows-latest
@@ -54,10 +57,10 @@ jobs:
5457 - file
5558
5659 steps :
57- - uses : actions/checkout@v2
60+ - uses : actions/checkout@v3
5861
5962 - name : Setup Node
60- uses : actions/setup-node@v2
63+ uses : actions/setup-node@v3
6164 with :
6265 node-version : ${{ matrix.node-version }}
6366
Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ jobs:
2424 project :
2525 - form-data
2626 steps :
27- - uses : actions/checkout@v2
27+ - uses : actions/checkout@v3
2828
2929 - name : Setup node ${{ matrix.node-version }}
30- uses : actions/setup-node@v2
30+ uses : actions/setup-node@v3
3131 with :
3232 node-version : ${{ matrix.node-version }}
3333
@@ -43,10 +43,13 @@ jobs:
4343 runs-on : ${{ matrix.os }}
4444
4545 strategy :
46+ fail-fast : false
4647 matrix :
4748 node-version :
4849 - 14
4950 - 16
51+ - 18
52+ - 20
5053 os :
5154 - ubuntu-latest
5255 - windows-latest
@@ -55,10 +58,10 @@ jobs:
5558 - form-data
5659
5760 steps :
58- - uses : actions/checkout@v2
61+ - uses : actions/checkout@v3
5962
6063 - name : Setup Node
61- uses : actions/setup-node@v2
64+ uses : actions/setup-node@v3
6265 with :
6366 node-version : ${{ matrix.node-version }}
6467
Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ jobs:
2424 - stream
2525 steps :
2626 - name : Checkout
27- uses : actions/checkout@v2
27+ uses : actions/checkout@v3
2828
2929 - name : Setup node ${{ matrix.node-version }}
30- uses : actions/setup-node@v2
30+ uses : actions/setup-node@v3
3131 with :
3232 node-version : ${{ matrix.node-version }}
3333
@@ -43,10 +43,13 @@ jobs:
4343 runs-on : ${{ matrix.os }}
4444
4545 strategy :
46+ fail-fast : false
4647 matrix :
4748 node-version :
4849 - 14
4950 - 16
51+ - 18
52+ - 20
5053 os :
5154 - ubuntu-latest
5255 - windows-latest
@@ -56,10 +59,10 @@ jobs:
5659
5760 steps :
5861 - name : Checkout
59- uses : actions/checkout@v2
62+ uses : actions/checkout@v3
6063
6164 - name : Setup Node
62- uses : actions/setup-node@v2
65+ uses : actions/setup-node@v3
6366 with :
6467 node-version : ${{ matrix.node-version }}
6568
@@ -84,10 +87,10 @@ jobs:
8487
8588 steps :
8689 - name : Checkout
87- uses : actions/checkout@v2
90+ uses : actions/checkout@v3
8891
8992 - name : Setup Node
90- uses : actions/setup-node@v2
93+ uses : actions/setup-node@v3
9194 with :
9295 node-version : 16
9396
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments