Skip to content

Bump JamesIves/github-pages-deploy-action from 4.7.1 to 4.7.2 #447

Bump JamesIves/github-pages-deploy-action from 4.7.1 to 4.7.2

Bump JamesIves/github-pages-deploy-action from 4.7.1 to 4.7.2 #447

Workflow file for this run

name: Test CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 14
- name: Install Dependencies
run: npm install
- name: Run Tests
run: npm test