Skip to content

Commit

Permalink
chore(github-action): add node
Browse files Browse the repository at this point in the history
  • Loading branch information
Massolari committed Jun 27, 2024
1 parent b7e3ff2 commit ee7d555
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 @@ -13,11 +13,15 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: erlef/setup-beam@v1
with:
node-version: 18
- uses: erlef/setup-node@v4
with:
otp-version: "26.0.2"
gleam-version: "1.2.1"
rebar3-version: "3"
# elixir-version: "1.15.4"
- run: npm ci
- run: gleam deps download
- run: gleam test
- run: gleam format --check src test

0 comments on commit ee7d555

Please sign in to comment.