Skip to content

build(dev-dependencies): update dependency @types/node to v20 #52

build(dev-dependencies): update dependency @types/node to v20

build(dev-dependencies): update dependency @types/node to v20 #52

Workflow file for this run

# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: Build and lint
on: [push]
jobs:
build-and-lint:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2
- name: Install and Build 🔧
run: |
yarn install
yarn build