mirror of
https://github.com/NatsumeLS/Gakumas-Translation-Data-EN.git
synced 2026-02-04 09:04:54 +00:00
fix(dispatch.yml): update Node.js setup action to use version 4 instead of version 3
chore(dispatch.yml): update Node.js version to 18
This commit is contained in:
4
.github/workflows/dispatch.yml
vendored
4
.github/workflows/dispatch.yml
vendored
@@ -50,9 +50,9 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install Node.js
|
- name: Install Node.js
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: '16'
|
node-version: '18'
|
||||||
|
|
||||||
- name: Install Prettier and JSON Sort Plugin
|
- name: Install Prettier and JSON Sort Plugin
|
||||||
run: npm install --global prettier prettier-plugin-sort-json
|
run: npm install --global prettier prettier-plugin-sort-json
|
||||||
|
|||||||
Reference in New Issue
Block a user