Skip to content

chore: bump version to 6.4.5 #50

chore: bump version to 6.4.5

chore: bump version to 6.4.5 #50

Workflow file for this run

name: Images Scraper CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm test
- run: npm run check-codestyle