Skip to content

Commit

Permalink
Merge pull request #861 from GrabarzUndPartner/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
chore(deps): update all non-major dependencies
  • Loading branch information
ThornWalli authored Sep 14, 2023
2 parents 179946d + 32b3b27 commit 5d59e62
Show file tree
Hide file tree
Showing 7 changed files with 327 additions and 303 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,14 @@ jobs:
~/.cache/ms-playwright/
~\AppData\Local\ms-playwright\
key: ${{ matrix.os }}-node-v${{ matrix.node }}-deps-${{ hashFiles(format('{0}{1}', github.workspace, '/package-lock.json')) }}

- name: Install Dependencies
if: steps.cache.outputs.cache-hit != 'true'
run: npm ci

- name: Install Playwright
run: npx playwright install --with-deps

- name: Lint
run: npm run lint

Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
matrix:
os: [ubuntu-latest]
#os: [ubuntu-latest, macos-latest, windows-latest]
node: [16]
node: [19]

steps:
- uses: actions/setup-node@v3
Expand All @@ -36,6 +36,9 @@ jobs:
if: steps.cache.outputs.cache-hit != 'true'
run: npm ci

- name: Install Playwright
run: npx playwright install --with-deps

- name: Lint
run: npm run lint

Expand Down
Loading

0 comments on commit 5d59e62

Please sign in to comment.