Skip to content

Bump resolve-url-loader from 3.1.5 to 5.0.0 #100

Bump resolve-url-loader from 3.1.5 to 5.0.0

Bump resolve-url-loader from 3.1.5 to 5.0.0 #100

Workflow file for this run

name: tests
on: pull_request
jobs:
tests:
name: node ${{ matrix.node-version }} / ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [16, 18]
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run build
- run: npm run test