Skip to content

Commit ab9723f

Browse files
authored
ci(prettier): use Node LTS instead of pinning to a specific version (#442)
1 parent d269e35 commit ab9723f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-prettier.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/setup-node@v4
1212
with:
1313
cache: npm
14-
node-version: 16
14+
node-version: lts/*
1515
- run: npm ci
1616
- run: npm run lint:fix
1717
- uses: gr2m/[email protected]

0 commit comments

Comments
 (0)