Skip to content

Bump express from 4.17.1 to 4.20.0 in /packages/uikit/templates/library #1068

Bump express from 4.17.1 to 4.20.0 in /packages/uikit/templates/library

Bump express from 4.17.1 to 4.20.0 in /packages/uikit/templates/library #1068

Workflow file for this run

name: Test
on: [pull_request]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run build --if-present
- run: npm test