Bump core-js from 3.19.2 to 3.34.0 #1254
Workflow file for this run
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: Verify valid config.js | |
on: | |
push: | |
pull_request: | |
types: [opened, reopened] | |
jobs: | |
verify-config-main: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/[email protected] | |
- name: ✅ Verify valid config.js | |
run: | | |
npm ci | |
npm run check-config |