Skip to content

ALL-3389 - update node to 18 and bump dependencies #156

ALL-3389 - update node to 18 and bump dependencies

ALL-3389 - update node to 18 and bump dependencies #156

Workflow file for this run

name: Pull request
on:
pull_request:
branches:
- master
jobs:
build:
name: 🏗️ Install and build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '18'
- run: yarn install
- run: yarn lint
- run: yarn build