update lint

This commit is contained in:
wh1te909
2024-10-23 01:16:18 +00:00
parent d73991cb0a
commit fa2ef65103

View File

@@ -9,11 +9,11 @@ jobs:
lint: lint:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
- uses: actions/setup-node@v3 - uses: actions/setup-node@v4
with: with:
node-version: 18 node-version: "20.18.0"
- run: npm install - run: npm install
- name: Run Prettier formatting - name: Run Prettier formatting