Skip to content

Commit

Permalink
feat(env): enable modern JS features
Browse files Browse the repository at this point in the history
  • Loading branch information
missinglink committed Jul 11, 2024
1 parent 24d3306 commit 7457f15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
os:
- ${{ vars.UBUNTU_VERSION }}
node-version:
- 12.x
- 14.x
- 16.x
- 18.x
- 20.x
- 22.x
steps:
- uses: actions/checkout@v4
- name: 'Install node.js ${{ matrix.node-version }}'
Expand Down
2 changes: 1 addition & 1 deletion .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"node": true,
"curly": true,
"eqeqeq": true,
"esversion": 9,
"esversion": "2022",
"freeze": true,
"immed": true,
"indent": 2,
Expand Down

0 comments on commit 7457f15

Please sign in to comment.