Skip to content

Commit

Permalink
Install deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dijs committed Oct 10, 2024
1 parent 7dba913 commit 6997f78
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ jobs:

steps:
- uses: actions/checkout@v4
# - name: Use Node.js
# uses: actions/setup-node@v4
- name: Use Node.js
uses: actions/setup-node@v4
# Install deps
- run: npm install
# with:
# node-version: '20.x'
- run: npm test

0 comments on commit 6997f78

Please sign in to comment.