Skip to content

Commit 59c0138

Browse files
authored
ci(prettier): use Node LTS instead of Node v16 (#727)
1 parent 7304860 commit 59c0138

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/update-prettier.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@ jobs:
1010
- uses: actions/checkout@v4
1111
- uses: actions/setup-node@v4
1212
with:
13-
version: 12
1413
cache: npm
15-
node-version: 16
14+
node-version: lts/*
1615
- run: npm ci
1716
- run: npm run lint:fix
1817
- uses: gr2m/[email protected]

0 commit comments

Comments
 (0)