Skip to content

Bump rdf-ext from 1.3.5 to 2.4.0 #1667

Bump rdf-ext from 1.3.5 to 2.4.0

Bump rdf-ext from 1.3.5 to 2.4.0 #1667

Workflow file for this run

on:
pull_request:
branches:
- main
env:
CI: true
jobs:
run_npm_test:
strategy:
matrix:
# Available OS's: https://help.github.com/en/actions/reference/virtual-environments-for-github-hosted-runners
os: [ubuntu-20.04]
node-version: [20.x, 18.x, 16.x]
runs-on: ${{ matrix.os }}
name: Run tests on all PRs to 'main'
steps:
# Setup
- name: Checkout repo
uses: actions/[email protected]
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/[email protected]
with:
node-version: ${{ matrix.node-version }}
cache: "npm"
- run: npm ci
- run: npm test