Skip to content

Commit eec07e9

Browse files
committed
chore: change action version in test file, change es version in eslint file
1 parent 71e445b commit eec07e9

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.eslintrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ extends:
55
- "plugin:@typescript-eslint/eslint-recommended"
66
parser: "@typescript-eslint/parser"
77
parserOptions:
8-
ecmaVersion: 2021
8+
ecmaVersion: 2022
99
sourceType: module
1010
plugins:
1111
- "@typescript-eslint"

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v2
13+
with:
14+
node-version: '20.11.1'
1315
- name: Install dependencies
1416
run: npm ci
1517
- name: Build

dist/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"type": "module"
3+
}

0 commit comments

Comments
 (0)