Skip to content

chore(deps-dev): bump the all group with 2 updates (#481) #971

chore(deps-dev): bump the all group with 2 updates (#481)

chore(deps-dev): bump the all group with 2 updates (#481) #971

Workflow file for this run

name: build
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# waiting on: https://github.com/actions/setup-node/issues/531
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 20
cache: yarn
- run: yarn install --immutable
- run: yarn format:check
- run: yarn lint
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build image
uses: docker/build-push-action@v6
with:
tags: nihalgonsalves/node-typescript-eslint-template:latest
load: true
- name: Run image
run: docker run nihalgonsalves/node-typescript-eslint-template