Skip to content

Commit

Permalink
Install nodejs
Browse files Browse the repository at this point in the history
  • Loading branch information
konsumlamm committed Dec 2, 2023
1 parent dd9862c commit 384fde1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,9 @@ jobs:
steps:
- uses: actions/checkout@v1
- run: |
apt --help
apt-get update -y
apt-get install -y node
apt-get install -y nodejs
- uses: jiro4989/setup-nim-action@v1
with:
nim-version: ${{ matrix.nim-version }}
Expand Down

0 comments on commit 384fde1

Please sign in to comment.