Skip to content

Commit

Permalink
chore: change action version in test file, change es version in eslin…
Browse files Browse the repository at this point in the history
…t file
  • Loading branch information
vitaliibendyk committed Apr 4, 2024
1 parent 71e445b commit eec07e9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ extends:
- "plugin:@typescript-eslint/eslint-recommended"
parser: "@typescript-eslint/parser"
parserOptions:
ecmaVersion: 2021
ecmaVersion: 2022
sourceType: module
plugins:
- "@typescript-eslint"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
node-version: '20.11.1'
- name: Install dependencies
run: npm ci
- name: Build
Expand Down
3 changes: 3 additions & 0 deletions dist/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"type": "module"
}

0 comments on commit eec07e9

Please sign in to comment.