Skip to content

build(deps-dev): bump @types/node from 20.6.2 to 20.10.6 #131

build(deps-dev): bump @types/node from 20.6.2 to 20.10.6

build(deps-dev): bump @types/node from 20.6.2 to 20.10.6 #131

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 18
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Run lint
run: yarn lint
- name: Run tests
run: yarn test:coverage
env:
CI: true
- name: Upload coverage artifact
uses: actions/upload-artifact@v2
with:
name: coverage
path: coverage