Skip to content

Chore(deps): Bump semver from 7.6.2 to 7.6.3 #990

Chore(deps): Bump semver from 7.6.2 to 7.6.3

Chore(deps): Bump semver from 7.6.2 to 7.6.3 #990

Workflow file for this run

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