Skip to content

Bump express from 4.18.2 to 4.19.2 #144

Bump express from 4.18.2 to 4.19.2

Bump express from 4.18.2 to 4.19.2 #144

Workflow file for this run

on:
push:
branches:
- master
pull_request:
jobs:
build:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v2
with:
submodules: true
- name: Install Node.js
uses: actions/setup-node@v1
with:
node-version: 20.x
- run: yarn install
- run: yarn build