Skip to content

Merge pull request #47 from github/dependabot/npm_and_yarn/eslint-9.39.1 #97

Merge pull request #47 from github/dependabot/npm_and_yarn/eslint-9.39.1

Merge pull request #47 from github/dependabot/npm_and_yarn/eslint-9.39.1 #97

Workflow file for this run

name: Test with npm
on:
push:
branches: [ "main" ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "main" ]
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6.0.0
- name: Setup Node
uses: actions/setup-node@v6.0.0
with:
node-version: 22
registry-url: https://registry.npmjs.org/
cache: npm
- run: npm ci
- run: npm test