Skip to content

Bump gatsby-plugin-remove-trailing-slashes from 3.14.0 to 4.19.0 #2032

Bump gatsby-plugin-remove-trailing-slashes from 3.14.0 to 4.19.0

Bump gatsby-plugin-remove-trailing-slashes from 3.14.0 to 4.19.0 #2032

Workflow file for this run

name: CI
on: [push]
jobs:
ci:
name: CI
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 18
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Lint
run: npm run lint -ws --if-present
- name: Test
run: npm run test -ws --if-present