Skip to content

Commit

Permalink
Update dev deps (#25)
Browse files Browse the repository at this point in the history
* Update dev deps

* CI: Use Node.js v16.x
  • Loading branch information
superbrothers authored Feb 14, 2022
1 parent e4c4383 commit 9c18513
Show file tree
Hide file tree
Showing 8 changed files with 26,302 additions and 24,770 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"es6": true ,
"jest/globals": true
},
"parser": "babel-eslint",
"parser": "@babel/eslint-parser",
"plugins": [
"jest"
]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fetch-depth: 1
- uses: actions/setup-node@v1
with:
node-version: "12.x"
node-version: "16.x"
- run: npm install
- run: npm run lint
- run: npm test
Expand Down
Loading

0 comments on commit 9c18513

Please sign in to comment.