Skip to content

Bump @octokit/rest from 20.1.0 to 20.1.1 #940

Bump @octokit/rest from 20.1.0 to 20.1.1

Bump @octokit/rest from 20.1.0 to 20.1.1 #940

Workflow file for this run

name: Tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
env:
CI: true
TZ: 'Europe/Paris'
NODE_ENV: 'test'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- name: setup node
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: 'yarn'
- name: install
run: yarn install
- name: lint
run: yarn lint
- name: test
run: yarn test