Skip to content

chore(upload): add support clickable_stickers in stories #186

chore(upload): add support clickable_stickers in stories

chore(upload): add support clickable_stickers in stories #186

Workflow file for this run

name: VK-IO CI
on: [ push, pull_request ]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version:
# Segmentation fault (core dumped) https://github.com/nodejs/node/issues/35889
# - 12.x
# Segmentation fault (core dumped) https://github.com/nodejs/node/issues/35889
# - 14.x
- 16.x
- 18.x
- 20.x
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm ci --ignore-scripts
- run: npm run build
- env:
TOKEN: ${{ secrets.VK_TEST_TOKEN }}
run: npm run test