Skip to content

chore(deps): bump actions/cache from 4.2.0 to 4.2.2 in the github-actions group #5

chore(deps): bump actions/cache from 4.2.0 to 4.2.2 in the github-actions group

chore(deps): bump actions/cache from 4.2.0 to 4.2.2 in the github-actions group #5

Workflow file for this run

name: Test
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Install dependencies
run: npm install
- name: Run tests
run: npm test