Skip to content

Update actions/cache action to v4 (#301) #873

Update actions/cache action to v4 (#301)

Update actions/cache action to v4 (#301) #873

Workflow file for this run

name: Tests
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install modules
run: npm install
- name: Lint
run: npm run lint
- name: Run tests
run: npm run test