File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ jobs:
16
16
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
17
17
fetch-depth : 0
18
18
19
- - name : Setup Node.js 16
19
+ - name : Setup Node.js 18
20
20
uses : actions/setup-node@v4
21
21
with :
22
- node-version : 16
22
+ node-version : 18
23
23
24
24
- name : Enable corepack
25
25
run : corepack enable
Original file line number Diff line number Diff line change 30
30
strategy :
31
31
matrix :
32
32
os : [ubuntu-latest]
33
- node : [18, 20]
33
+ node : [18, 20, 22 ]
34
34
steps :
35
35
- name : Checkout
36
36
uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ npm install --save-dev eslint @intlify/eslint-plugin-vue-i18n
11
11
::: tip Requirements
12
12
13
13
- ESLint v5.0.0 or later
14
- - Node.js v16 .x or later
14
+ - Node.js v18 .x or later
15
15
16
16
:::
17
17
You can’t perform that action at this time.
0 commit comments