Skip to content

Commit

Permalink
chore: add Node.js 16 in the test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
darrachequesne committed Mar 10, 2022
1 parent e24b27b commit 657f04e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [12.x, 14.x]
node-version: [14, 16]

steps:
- uses: actions/checkout@v2
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -44,7 +44,7 @@
},
"devDependencies": {
"babel-eslint": "^8.0.2",
"eiows": "^3.3.0",
"eiows": "^3.8.0",
"engine.io-client": "6.1.0",
"engine.io-client-v3": "npm:engine.io-client@3.5.2",
"expect.js": "^0.3.1",
Expand Down

0 comments on commit 657f04e

Please sign in to comment.