Skip to content

Merge pull request #195 from tsparticles/renovate/webpack-5.x-lockfile #178

Merge pull request #195 from tsparticles/renovate/webpack-5.x-lockfile

Merge pull request #195 from tsparticles/renovate/webpack-5.x-lockfile #178

Workflow file for this run

name: Node.js CI
on:
push:
branches:
- main
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
name: Checkout [main]
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: '16'
- run: yarn
- run: yarn build-storybook