Skip to content

Commit

Permalink
Set node version in GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sirbrillig committed Sep 6, 2024
1 parent caa6e75 commit 1fd8ac9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'
- run: yarn install
- run: yarn test
- run: yarn typecheck

0 comments on commit 1fd8ac9

Please sign in to comment.