Skip to content

Bump @shgysk8zer0/11ty-netlify from 1.1.7 to 1.1.20 #446

Bump @shgysk8zer0/11ty-netlify from 1.1.7 to 1.1.20

Bump @shgysk8zer0/11ty-netlify from 1.1.7 to 1.1.20 #446

Workflow file for this run

---
name: Node CI
on:
push:
branches:
- master
- release/*
pull_request:
branches:
- master
- release/*
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18.13.0
- run: npm ci
- run: npm run build --if-present
- run: npm test