Skip to content

Commit

Permalink
run node 18 also
Browse files Browse the repository at this point in the history
  • Loading branch information
Brianzchen committed Jul 29, 2023
1 parent 3931086 commit 845bdd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = {
'global-require': 0,
'import/no-dynamic-require': 0,
// Overriding from https://github.com/airbnb/javascript/blob/fd77bbebb77362ddecfef7aba3bf6abf7bdd81f2/packages/eslint-config-airbnb-base/rules/style.js#L206C16-L212C8
'max-len': ['error', 120, 2, {
'max-len': ['error', 200, 2, {
ignoreUrls: true,
ignoreComments: false,
ignoreRegExpLiterals: true,
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

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

steps:
- name: Checkout repository
Expand Down

0 comments on commit 845bdd4

Please sign in to comment.