Skip to content

build(deps-dev): bump @octokit/plugin-throttling from 9.3.2 to 9.3.3 #615

build(deps-dev): bump @octokit/plugin-throttling from 9.3.2 to 9.3.3

build(deps-dev): bump @octokit/plugin-throttling from 9.3.2 to 9.3.3 #615

Workflow file for this run

name: Test
on: [pull_request]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [22.x]
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- name: Install Dependencies
run: npm ci
- name: Test
run: npm test
action-only-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: 22.x
cache: 'npm'
- name: Install Dependencies
run: npm ci
- name: Action-only tests
run: npm run test:actionorga
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}