Skip to content

Commit

Permalink
Merge pull request #486 from terrestris/build-fixes
Browse files Browse the repository at this point in the history
Build fixes
  • Loading branch information
dnlkoch committed Sep 28, 2023
2 parents cbaf3ad + 6eb1eb6 commit 9596383
Show file tree
Hide file tree
Showing 5 changed files with 4,845 additions and 4,178 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
node-version: [16.x, 18.x]
node-version: [18.x]

steps:
- name: Checkout sources
Expand All @@ -29,7 +29,7 @@ jobs:
${{ runner.OS }}-
- name: Install dependencies ⏬
run: npm ci --force
run: npm ci

- name: Lint code 💄
run: npm run lint
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/on-push-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

strategy:
matrix:
node-version: [16.x, 18.x]
node-version: [18.x]

steps:
- name: Checkout sources
Expand All @@ -32,7 +32,7 @@ jobs:
${{ runner.OS }}-
- name: Install dependencies ⏬
run: npm ci --force
run: npm ci

- name: Lint code 💄
run: npm run lint
Expand Down
Loading

0 comments on commit 9596383

Please sign in to comment.