Skip to content

chore(deps): bump @astrojs/rss from 4.0.7 to 4.0.8 #94

chore(deps): bump @astrojs/rss from 4.0.7 to 4.0.8

chore(deps): bump @astrojs/rss from 4.0.7 to 4.0.8 #94

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: ["18.x", "20.x", "22.x"]
fail-fast: false
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npm install
- name: Install playwright
run: npx playwright install
- name: Build
run: npm run build