Skip to content

[CM-4] Rename the uploader and add deprecation alert (#113) #15

[CM-4] Rename the uploader and add deprecation alert (#113)

[CM-4] Rename the uploader and add deprecation alert (#113) #15

name: Ship js trigger
on:
push:
branches:
- master
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
registry-url: "https://registry.npmjs.org"
node-version: '20'
- run: npm ci
- run: npm run lint
- run: npm run test -- --no-watch --no-progress --browsers=ChromeHeadlessCI
- run: npm run build:release
- run: npm run release:trigger
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
SLACK_INCOMING_HOOK: ${{ secrets.SLACK_INCOMING_HOOK }}