Merge pull request #1368 from shlinkio/dependabot/npm_and_yarn/react-… #1869
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Continuous integration | |
on: | |
pull_request: null | |
push: | |
branches: | |
- main | |
- develop | |
jobs: | |
ci: | |
uses: shlinkio/github-actions/.github/workflows/web-app-ci.yml@main | |
with: | |
node-version: 22.x | |
publish-coverage: true |