Skip to content

Commit fad87c8

Browse files
authored
feat: node 17 (#148)
1 parent d8ea3c4 commit fad87c8

File tree

3 files changed

+604
-480
lines changed

3 files changed

+604
-480
lines changed

.github/workflows/builds.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
os: [windows-2019, macos-10.15, ubuntu-18.04]
17-
node: [12, 14, 16]
17+
node: [12, 14, 16, 17]
1818
steps:
1919
- uses: actions/checkout@v2
2020
- uses: actions/setup-node@master
@@ -35,7 +35,7 @@ jobs:
3535
runs-on: ubuntu-18.04
3636
strategy:
3737
matrix:
38-
node: [12, 14, 16]
38+
node: [12, 14, 16, 17]
3939
fail-fast: true
4040
container:
4141
image: node:${{ matrix.node }}-alpine

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@
5252
"babel-eslint": "^10.1.0",
5353
"eslint": "^7.32.0",
5454
"eslint-config-marudor": "^8.0.1",
55-
"jest": "^27.1.0",
56-
"jest-watch-typeahead": "^0.6.4",
57-
"prettier": "^2.3.2",
58-
"tsd": "^0.17.0",
59-
"typescript": "^4.4.2"
55+
"jest": "^27.3.1",
56+
"jest-watch-typeahead": "^1.0.0",
57+
"prettier": "^2.4.1",
58+
"tsd": "^0.18.0",
59+
"typescript": "^4.4.4"
6060
}
6161
}

0 commit comments

Comments
 (0)