Skip to content

Commit

Permalink
Bump webpack-dev-middleware from 5.3.3 to 5.3.4 in /client (#11)
Browse files Browse the repository at this point in the history
* Bump webpack-dev-middleware from 5.3.3 to 5.3.4 in /client

Bumps [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) from 5.3.3 to 5.3.4.
- [Release notes](https://github.com/webpack/webpack-dev-middleware/releases)
- [Changelog](https://github.com/webpack/webpack-dev-middleware/blob/v5.3.4/CHANGELOG.md)
- [Commits](webpack/webpack-dev-middleware@v5.3.3...v5.3.4)

---
updated-dependencies:
- dependency-name: webpack-dev-middleware
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update ci.yml

* Update ci.yml

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Shlok Kumar Shaw <98634977+shlok-007@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and shlok-007 authored May 8, 2024
1 parent 8dcaedd commit cee4a61
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,28 @@ name: GoTo CI

on:
pull_request:
branches: [ master ]
branches: [master]

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

- name: Use Node.js 20
uses: actions/setup-node@v2
with:
node-version: 20.x
- run: npm i
- run: npm run build --if-present
- run: npm test

- name: Install dependencies
working-directory: /home/runner/work/GoTo/GoTo/client
run: npm install

- name: Build project
working-directory: /home/runner/work/GoTo/GoTo/client
run: npm run build --if-present

- name: Run tests
working-directory: /home/runner/work/GoTo/GoTo/client
run: npm test

0 comments on commit cee4a61

Please sign in to comment.