Skip to content

Commit

Permalink
Merge pull request #186 from hckrnews/feature/node-20
Browse files Browse the repository at this point in the history
Feature/node 20
  • Loading branch information
w3nl authored Apr 18, 2023
2 parents ac56d24 + c6a5337 commit b1030b1
Show file tree
Hide file tree
Showing 4 changed files with 554 additions and 821 deletions.
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
},
"parserOptions": {
"sourceType": "module",
"ecmaVersion": "latest",
"parser": "@babel/eslint-parser",
"babelOptions": {
"configFile": "./babel.config.cjs"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
node-version: ['18.13', 19.x]
node-version: [18.x, 19.x, 20.x]

steps:
- uses: actions/checkout@v3
Expand Down
Loading

0 comments on commit b1030b1

Please sign in to comment.