Skip to content

Commit

Permalink
Add Node Packages to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
spilth committed Aug 21, 2024
1 parent ead7998 commit 66f49ba
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ jobs:
name: test
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22.6.0
- name: Install NodeJS Dependencies
run: npm ci
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit 66f49ba

Please sign in to comment.