Skip to content

Commit

Permalink
fix(#166): node version
Browse files Browse the repository at this point in the history
  • Loading branch information
jannis-baum committed Aug 26, 2024
1 parent 6e64b31 commit d45eeb8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
name: Lint
runs-on: ubuntu-latest
steps:
- name: set up node
uses: actions/setup-node@v4
with:
node-version: 20.x
- uses: actions/checkout@v4
- run: yarn
- run: yarn lint
Expand Down

0 comments on commit d45eeb8

Please sign in to comment.