We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbbe091 commit faf5610Copy full SHA for faf5610
.github/workflows/tests.yml
@@ -37,7 +37,7 @@ jobs:
37
run: make typecheck
38
- name: Type checking the example code
39
run: make example/typecheck-server
40
- - uses: actions/setup-node@v2
+ - uses: actions/setup-node@v3
41
with:
42
node-version: "16"
43
- uses: actions/cache@v2
0 commit comments