Skip to content

fix(deps): update dependency babel-loader to v9.2.1 #403

fix(deps): update dependency babel-loader to v9.2.1

fix(deps): update dependency babel-loader to v9.2.1 #403

Workflow file for this run

name: Node.js Packages
on:
push:
branches: ['umati']
# Publish semver tags as releases.
# tags: [ 'v*.*.*' ]
jobs:
publish-gpr:
runs-on: ubuntu-22.04
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@v4.1.7
with:
fetch-depth: 2
- uses: actions/setup-node@v4.0.3
with:
node-version: '18.x'
registry-url: 'https://npm.pkg.github.com'
scope: '@umati'
- name: Install
run: npm ci --prefer-offline
- name: Build
run: npm run build
- run: npm publish
working-directory: './packages/react-scripts'
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}