Skip to content

Commit

Permalink
chore: fixes so gha works without a lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
talmobi committed Sep 26, 2024
1 parent 794f6b6 commit f79027c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ubuntu-node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- shell: script -e -c {0}
- run: npm install
- run: npm run build --if-present
- run: npm test

0 comments on commit f79027c

Please sign in to comment.