Skip to content

Update year to 2024 in the footer #36

Update year to 2024 in the footer

Update year to 2024 in the footer #36

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install nodejs
uses: actions/setup-node@v3
with:
node-version: 16.x
- name: Run tests
run: |
npm i
npm test