Skip to content

Bump semver from 7.3.2 to 7.5.4 #25

Bump semver from 7.3.2 to 7.5.4

Bump semver from 7.3.2 to 7.5.4 #25

Workflow file for this run

# This workflow will do a clean install of node dependencies, build the libby example
name: Build React 18
on:
push:
branches:
- main
pull_request:
jobs:
example:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.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:cli
- run: npm run build:18