Skip to content

Commit 26114b0

Browse files
authored
Update typescript.yml
1 parent 8295ce5 commit 26114b0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/typescript.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v4
1414
- uses: actions/setup-node@v4
15-
with:
16-
node-version: 16
1715

1816
- run: npm ci
1917
- run: npx prettier --write .
18+
# or, if you are using yarn:
19+
# - run: yarn
20+
# - run: yarn prettier --write .
2021

2122
- uses: autofix-ci/action@551dded8c6cc8a1054039c8bc0b8b48c51dfc6ef

0 commit comments

Comments
 (0)