Skip to content

chore(deps): bump semver from 7.5.4 to 7.6.0 #1071

chore(deps): bump semver from 7.5.4 to 7.6.0

chore(deps): bump semver from 7.5.4 to 7.6.0 #1071

Workflow file for this run

name: test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [v18.16.0]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Web
run: |
npm install
npm run test
env:
CI: true