Skip to content

build(deps): bump actions/checkout from 4.2.0 to 4.2.1 #27

build(deps): bump actions/checkout from 4.2.0 to 4.2.1

build(deps): bump actions/checkout from 4.2.0 to 4.2.1 #27

Workflow file for this run

name: Test
on:
push:
branches:
- master
pull_request:
branches:
- master
permissions: read-all
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- name: Setup Node
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
with:
node-version: "22.x"
cache: npm
- name: Install package
run: npm install
- name: Testing code
run: npm test