Skip to content

Commit 1111114

Browse files
chore(deps): add Vite v5 to peerDeps
1 parent 28404ae commit 1111114

File tree

4 files changed

+956
-924
lines changed

4 files changed

+956
-924
lines changed

.eslintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"eslint:recommended"
44
],
55
"parserOptions": {
6-
"ecmaVersion": 2018,
6+
"ecmaVersion": 2021,
77
"sourceType": "module",
88
"ecmaFeatures": {
99
"jsx": false

.github/workflows/node.js.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
node-version: [14.x, 16.x, 18.x]
19+
node-version: [16.x, 18.x, 20.x]
2020
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
21+
fail-fast: false
2122

2223
steps:
2324
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)