fix: format requires version 20

This commit is contained in:
Simon Hyll
2024-05-24 01:07:12 +02:00
parent 89721a14d7
commit 4aa157bd5a
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ jobs:
version: 9
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
cache: 'pnpm'
- run: pnpm i
- name: Format with Prettier

View File

@@ -22,7 +22,7 @@ jobs:
version: 9
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
cache: 'pnpm'
- run: pnpm i
- name: Format with Prettier