Skip to content

Commit

Permalink
deps: bump actions/setup-node from 2 to 3 (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Mar 14, 2022
1 parent cbbe091 commit faf5610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: make typecheck
- name: Type checking the example code
run: make example/typecheck-server
- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: "16"
- uses: actions/cache@v2
Expand Down

0 comments on commit faf5610

Please sign in to comment.