Skip to content

⬆️ Bump JamesIves/github-pages-deploy-action from 4.5.0 to 4.… #52

⬆️ Bump JamesIves/github-pages-deploy-action from 4.5.0 to 4.…

⬆️ Bump JamesIves/github-pages-deploy-action from 4.5.0 to 4.… #52

Workflow file for this run

name: Test
on:
pull_request:
push:
branches: ["main"]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies and run checks
run: yarn