Skip to content

Commit fdaa891

Browse files
committed
🐛 update dependencies
1 parent 1d6f7e1 commit fdaa891

File tree

6 files changed

+1058
-646
lines changed

6 files changed

+1058
-646
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
matrix:
2222
platform: [ubuntu-latest, windows-latest, macOS-latest]
23-
node: [16.x, 18.x, 20.x]
23+
node: [20.x, 22.x]
2424
name: Test with Node ${{matrix.node}} on ${{matrix.platform}}
2525
runs-on: ${{matrix.platform}}
2626
steps:
@@ -40,7 +40,7 @@ jobs:
4040
- uses: actions/checkout@v4
4141
- uses: actions/setup-node@v3
4242
with:
43-
node-version: 20.x
43+
node-version: 22.x
4444
- run: npm ci
4545
- run: npm test
4646
- uses: paambaati/[email protected]
@@ -57,7 +57,7 @@ jobs:
5757
- uses: actions/checkout@v4
5858
- uses: actions/setup-node@v3
5959
with:
60-
node-version: 20.x
60+
node-version: 22.x
6161
- uses: nodef/[email protected]
6262
- run: npm i -g typescript typedoc
6363
- run: npm ci
@@ -72,7 +72,7 @@ jobs:
7272
- uses: actions/checkout@v4
7373
- uses: actions/setup-node@v3
7474
with:
75-
node-version: 20.x
75+
node-version: 22.x
7676
- uses: nodef/[email protected]
7777
with:
7878
entries: access = public

.github/workflows/pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
platform: [ubuntu-latest, windows-latest, macOS-latest]
12-
node: [16.x, 18.x, 20.x]
12+
node: [20.x, 22.x]
1313
name: Test with Node ${{ matrix.node }} on ${{ matrix.platform }}
1414
runs-on: ${{ matrix.platform }}
1515
steps:

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2018-23 Subhajit Sahu
3+
Copyright (c) 2018-24 Subhajit Sahu
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ An [array] is a collection of values, stored contiguously.<br>
55
📰 [Docs](https://nodef.github.io/extra-array/),
66
📘 [Wiki](https://github.com/nodef/extra-array/wiki/).
77

8-
![](https://i.imgur.com/46wYtxW.png)
9-
108
<br>
119

1210

0 commit comments

Comments
 (0)