Skip to content

Commit

Permalink
Merge pull request #659 from contember/chore/deps-up
Browse files Browse the repository at this point in the history
deps up plus cleanup
  • Loading branch information
matej21 authored Dec 28, 2023
2 parents a515c2d + c2c0f7e commit 6a37fe6
Show file tree
Hide file tree
Showing 449 changed files with 5,935 additions and 14,504 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- job_name: dedupe
run_script: yarn dedupe --check

container: node:18-alpine
container: node:20-alpine
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
playwright:
needs: [ test ]
runs-on: ubuntu-latest
container: mcr.microsoft.com/playwright:v1.32.3-focal
container: mcr.microsoft.com/playwright:v1.40.1-focal

services:
postgres:
Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:
if: github.event_name == 'push' && github.ref_type == 'tag'
needs: [test, playwright]
runs-on: ubuntu-latest
container: node:18-alpine
container: node:20-alpine

env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down
101 changes: 49 additions & 52 deletions build/api/admin.api.md

Large diffs are not rendered by default.

Loading

0 comments on commit 6a37fe6

Please sign in to comment.