Skip to content

Bump JamesIves/github-pages-deploy-action from 4.6.8 to 4.6.9 #434

Bump JamesIves/github-pages-deploy-action from 4.6.8 to 4.6.9

Bump JamesIves/github-pages-deploy-action from 4.6.8 to 4.6.9 #434

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