We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1955847 commit f7b9616Copy full SHA for f7b9616
.github/workflows/update-prettier.yml
@@ -14,7 +14,7 @@ jobs:
14
- uses: actions/checkout@v4
15
- uses: actions/setup-node@v4
16
with:
17
- node-version: 16
+ node-version: lts/*
18
cache: npm
19
- run: npm ci
20
- run: npm run lint:fix
0 commit comments