Skip to content

fix: adjust times for refresh, ping and timeout #6

fix: adjust times for refresh, ping and timeout

fix: adjust times for refresh, ping and timeout #6

Workflow file for this run

on:
push:
branches:
- main
jobs:
create-release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
- run: npm ci
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npx semantic-release