fix: github actions packages version (#139)

Co-authored-by: AMelonInsideLemon <AMelonInsideLemon@users.noreply.github.com>
This commit is contained in:
AMelonInsideLemon 2024-04-06 00:09:27 +02:00 committed by GitHub
parent 1c28a40258
commit a3dd1f2ebc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4983 additions and 12 deletions

View File

@ -7,17 +7,17 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3.5.2
uses: actions/checkout@v4.1.2
with:
ref: ${{ github.head_ref }}
- name: Setup Node.js environment
uses: actions/setup-node@v2.5.2
uses: actions/setup-node@v4.0.2
with:
node-version: "18.x"
- run: npm ci
- run: npm run prettier
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v4.16.0
uses: stefanzweifel/git-auto-commit-action@v5.0.0
with:
commit_message: Apply prettier changes
branch: ${{ github.head_ref }}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long