Skip to content

chore(deps-dev): bump vite from 2.9.13 to 2.9.18 #468

chore(deps-dev): bump vite from 2.9.13 to 2.9.18

chore(deps-dev): bump vite from 2.9.13 to 2.9.18 #468

Workflow file for this run

name: Node
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
env:
CI: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
BUNDLEWATCH_GITHUB_TOKEN: ${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: yarn install, build, and test
run: |
yarn
yarn build
yarn test
yarn lint
- name: bundlewatch
run: |
cd embla-carousel-wheel-gestures
yarn run bundlewatch