Skip to content

Commit 782a083

Browse files
authored
Merge pull request #26 from hckrnews/feature/node-20
Feature/node 20
2 parents 01e2a8e + 11f60a9 commit 782a083

File tree

4 files changed

+91
-97
lines changed

4 files changed

+91
-97
lines changed

.eslintrc

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
"browser": true
2424
},
2525
"parserOptions": {
26-
"sourceType": "module"
26+
"sourceType": "module",
27+
"ecmaVersion": "latest"
2728
},
2829
"settings": {
2930
"jsdoc": {

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
strategy:
1111
matrix:
12-
node-version: [18.x, 19.x]
12+
node-version: [18.x, 19.x, 20.x]
1313

1414
steps:
1515
- uses: actions/checkout@v3

package-lock.json

+84-94
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)