Skip to content

build(deps): bump actions/checkout from 6.0.2 to 6.0.3 (#53) #113

build(deps): bump actions/checkout from 6.0.2 to 6.0.3 (#53)

build(deps): bump actions/checkout from 6.0.2 to 6.0.3 (#53) #113

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@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- name: Setup Node
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
with:
node-version: "22.x"
cache: npm
- name: Install package
run: npm install
- name: Testing code
run: npm test