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:
2024-07-01 11:01:16 +07:00
parent d8b5fa825a
commit 7d9b7bc871

View File

@@ -50,9 +50,9 @@ jobs:
uses: actions/checkout@v4
- name: Install Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '16'
node-version: '18'
- name: Install Prettier and JSON Sort Plugin
run: npm install --global prettier prettier-plugin-sort-json