Skip to content

Bump ws from 6.2.2 to 6.2.3 #92

Bump ws from 6.2.2 to 6.2.3

Bump ws from 6.2.2 to 6.2.3 #92

Workflow file for this run

name: Publish website
jobs:
publish-npm:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/setup-node@v4
with:
node-version: 16
registry-url: https://registry.npmjs.org/
- name: Install deps
run: npm i
- name: deployment
run: ./runok.js publish
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}