Skip to content

Commit 652c407

Browse files
authored
chore: update @types/node, @types/sinon, fs-extra and add node 16 to ci (#809)
1 parent b4ae6be commit 652c407

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
matrix:
1919
os: [windows-latest, ubuntu-latest, macos-latest]
20-
node: [14]
20+
node: [14, 16]
2121
fail-fast: true
2222
steps:
2323
- uses: actions/checkout@v2

md/github-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
strategy:
3232
matrix:
3333
os: [windows-latest, ubuntu-latest, macos-latest]
34-
node: [12, 14]
34+
node: [14, 16]
3535
fail-fast: true
3636
steps:
3737
- uses: actions/checkout@v2

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@
6363
"@types/chai-as-promised": "^7.1.3",
6464
"@types/chai-subset": "^1.3.3",
6565
"@types/mocha": "^8.2.2",
66-
"@types/node": "^14.14.37",
67-
"@types/sinon": "^9.0.11",
66+
"@types/node": "^15.6.0",
67+
"@types/sinon": "^10.0.0",
6868
"buffer": "^6.0.3",
6969
"bytes": "^3.1.0",
7070
"c8": "^7.7.0",
@@ -87,7 +87,7 @@
8787
"eslint-config-ipfs": "^2.0.0",
8888
"execa": "^5.0.0",
8989
"extract-zip": "^2.0.1",
90-
"fs-extra": "^9.1.0",
90+
"fs-extra": "^10.0.0",
9191
"gh-pages": "^3.1.0",
9292
"git-authors-cli": "^1.0.33",
9393
"globby": "^11.0.3",

0 commit comments

Comments
 (0)