Skip to content

Commit

Permalink
Update dependencies and switch to Node.js 16/npm 8.x
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Nov 5, 2021
1 parent a09363f commit 3c790ae
Show file tree
Hide file tree
Showing 4 changed files with 4,895 additions and 430 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]

env:
FORCE_COLOR: 2
NODE: 14 # The Node.js version to run lint on
NODE: 16 # The Node.js version to run lint on

jobs:
run:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]

env:
FORCE_COLOR: 2
NODE_COV: 14 # The Node.js version to run coveralls on
NODE_COV: 16 # The Node.js version to run coveralls on

jobs:
test:
Expand Down

0 comments on commit 3c790ae

Please sign in to comment.