Skip to content

chore(deps-dev): bump rollup from 4.20.0 to 4.22.4 #214

chore(deps-dev): bump rollup from 4.20.0 to 4.22.4

chore(deps-dev): bump rollup from 4.20.0 to 4.22.4 #214

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
# Doesn't support --import for ts-loader in tests
# - 16.x
- 18.x
- 20.x
- 22.x
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
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