Skip to content

Bump express from 4.19.2 to 4.21.2 in /test/webpack #27

Bump express from 4.19.2 to 4.21.2 in /test/webpack

Bump express from 4.19.2 to 4.21.2 in /test/webpack #27

Workflow file for this run

name: Mac πŸ§ͺ
on:
pull_request:
types: [opened, push, reopened]
workflow_dispatch:
jobs:
run-tests:
runs-on: macos-latest
steps:
- name: Checkout Repository πŸ“₯
uses: actions/checkout@v4
- name: Setup Node.js 🌐
uses: actions/setup-node@v4
with:
node-version: '20.x'
cache: 'yarn'
- name: Install Dependencies 🧢
run: |
yarn
- name: Test πŸ”
run: yarn test