Skip to content

Commit b6b1d43

Browse files
committed
fix: updates
1 parent 391afc8 commit b6b1d43

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/Release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
1717
fetch-depth: 0
1818

19-
- name: Setup Node.js 16
19+
- name: Setup Node.js 18
2020
uses: actions/setup-node@v4
2121
with:
22-
node-version: 16
22+
node-version: 18
2323

2424
- name: Enable corepack
2525
run: corepack enable

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
strategy:
3131
matrix:
3232
os: [ubuntu-latest]
33-
node: [18, 20]
33+
node: [18, 20, 22]
3434
steps:
3535
- name: Checkout
3636
uses: actions/checkout@v4

docs/started.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ npm install --save-dev eslint @intlify/eslint-plugin-vue-i18n
1111
::: tip Requirements
1212

1313
- ESLint v5.0.0 or later
14-
- Node.js v16.x or later
14+
- Node.js v18.x or later
1515

1616
:::
1717

0 commit comments

Comments
 (0)