Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…n-portal into hu/ent-8878
  • Loading branch information
brobro10000 committed Sep 4, 2024
2 parents dc2a458 + 11e8e2e commit a2f1a1f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,13 @@ on:
jobs:
tests:
runs-on: ubuntu-latest
strategy:
matrix:
node: [18, 20]
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Nodejs
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
node-version-file: '.nvmrc'
- name: Validate no uncommitted package-lock changes
run: make validate-no-uncommitted-package-lock-changes
- name: Install dependencies
Expand Down

0 comments on commit a2f1a1f

Please sign in to comment.