Skip to content

Bump @types/jquery from 3.5.25 to 3.5.28 #65

Bump @types/jquery from 3.5.25 to 3.5.28

Bump @types/jquery from 3.5.25 to 3.5.28 #65

Workflow file for this run

name: Test
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
strategy:
matrix:
os:
- macos-latest
- ubuntu-latest
- windows-latest
node-version:
- 16
- 18
- 20
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: "npm"
- run: npm ci
- run: npm test