Skip to content

actions: bump ruby/setup-ruby from 1.127.0 to 1.161.0 #737

actions: bump ruby/setup-ruby from 1.127.0 to 1.161.0

actions: bump ruby/setup-ruby from 1.127.0 to 1.161.0 #737

Workflow file for this run

name: GitHub NPM Test
on:
push:
branches-ignore:
- "dependabot/**"
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
- name: Install Dependencies
run: npm ci
- name: Run tests
run: npm test