Skip to content

Commit d7c9593

Browse files
authoredApr 14, 2022
setup-node needs a version spec (microsoft#48688)
1 parent cb8ddd9 commit d7c9593

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎.github/workflows/twoslash-repros.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-latest
3030
steps:
3131
- uses: actions/checkout@v2
32-
- uses: actions/setup-node
32+
- uses: actions/setup-node@v1
3333
with:
3434
node-version: 16
3535
- uses: microsoft/TypeScript-Twoslash-Repro-Action@master

0 commit comments

Comments
 (0)