Skip to content

Commit

Permalink
Merge branch 'main' into renovate/node-22.x
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke authored Jan 8, 2025
2 parents f4a19c7 + e0cfd8b commit 960d9fb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@ jobs:

- name: Set up NodeJS
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'

- name: Install dependencies
run: npm install
run: npm ci

- name: Run tests
run: npm test

0 comments on commit 960d9fb

Please sign in to comment.