We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff99d30 commit a07ea04Copy full SHA for a07ea04
.github/workflows/tests.yaml
@@ -8,8 +8,7 @@ jobs:
8
matrix:
9
node-version:
10
- 14.x
11
- - 16.x
12
- - 17.x
+ - 18.x
13
steps:
14
- uses: actions/checkout@v3
15
- uses: actions/setup-node@v3
package.json
@@ -28,13 +28,13 @@
28
"node": ">= 12"
29
},
30
"dependencies": {
31
- "browserslist": "~4.20.2",
32
- "minimist": "~1.2.5",
33
- "nite-owl": "~5.0.4"
+ "browserslist": "~4.20.3",
+ "minimist": "~1.2.6",
+ "nite-owl": "~5.0.5"
34
35
"devDependencies": {
36
- "eslint-config-fnd": "^1.12.0",
37
- "mocha": "^9.0.1",
+ "eslint-config-fnd": "^1.13.0",
+ "mocha": "^9.2.2",
38
"npm-run-all": "^4.1.5",
39
"release-util-fnd": "^3.0.0"
40
}
0 commit comments