Skip to content

Bump ws from 7.4.6 to 8.18.0 (#7171) #370

Bump ws from 7.4.6 to 8.18.0 (#7171)

Bump ws from 7.4.6 to 8.18.0 (#7171) #370

name: 'Release Canary'
on:
push:
branches:
- '4.x'
jobs:
release:
name: release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
cache: yarn
registry-url: 'https://registry.npmjs.org'
- run: yarn install --frozen-lockfile
- run: yarn build:web
- run: yarn publish:canary
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}