Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

chore(deps): bump react-dom from 18.2.0 to 18.3.1 (#55) #122

chore(deps): bump react-dom from 18.2.0 to 18.3.1 (#55)

chore(deps): bump react-dom from 18.2.0 to 18.3.1 (#55) #122

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
name: Lint
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm run lint