Skip to content

Commit

Permalink
Merge pull request #186 from serlo/dependabot/npm_and_yarn/types/loda…
Browse files Browse the repository at this point in the history
…sh-4.17.13

chore(deps-dev): bump @types/lodash from 4.17.12 to 4.17.13
  • Loading branch information
hugotiburtino authored Nov 26, 2024
2 parents 5b442d4 + ad091ec commit 65e211e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,7 @@ jobs:
- run: yarn install
- run: yarn build
- run: yarn dev:databases -d
# Run `yarn start` in background (otherwise it would block)
- run: |
nohup yarn start &
echo $! > app.pid
- run: yarn start &
- run: yarn playwright install
- run: yarn wait-for-server
- run: HEADLESS=true yarn test
# End background process
- run: |
if [ -f app.pid ]; then
kill -9 $(cat app.pid) || echo "App already stopped"
fi
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4290,9 +4290,9 @@ __metadata:
linkType: hard

"@types/lodash@npm:^4":
version: 4.17.12
resolution: "@types/lodash@npm:4.17.12"
checksum: 10/3d829f97c0ea713135e6eb48e983feffb315f4cf228d03654ca8a328e3fecd03005bf7dd30bf411f4306967c610d96738d441588283a41456815f2ce1fd7044c
version: 4.17.13
resolution: "@types/lodash@npm:4.17.13"
checksum: 10/ddb34e20810c71be2d9445bcc4b64ec25b83976738454de709854b79c7f655b03704b76235445699956d65012987720e0e429a35489de65495cdb5420202d905
languageName: node
linkType: hard

Expand Down

0 comments on commit 65e211e

Please sign in to comment.