Skip to content

Commit faf5610

Browse files
deps: bump actions/setup-node from 2 to 3 (#198)
1 parent cbbe091 commit faf5610

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: make typecheck
3838
- name: Type checking the example code
3939
run: make example/typecheck-server
40-
- uses: actions/setup-node@v2
40+
- uses: actions/setup-node@v3
4141
with:
4242
node-version: "16"
4343
- uses: actions/cache@v2

0 commit comments

Comments
 (0)