Skip to content

build(deps-dev): bump webpack from 5.38.0 to 5.94.0 #28

build(deps-dev): bump webpack from 5.38.0 to 5.94.0

build(deps-dev): bump webpack from 5.38.0 to 5.94.0 #28

Workflow file for this run

# This workflow will run tests using node and then publish a package to GitHub Packages when a release is created
# For more information see: https://help.github.com/actions/language-and-framework-guides/publishing-nodejs-packages
name: Node.js CI
on:
push:
branches: [ master, zkolev/use-ga ]
pull_request:
branches: [ master, zkolev/use-ga ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run build