Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

chore(deps): update actions/checkout action to v4 #94

chore(deps): update actions/checkout action to v4

chore(deps): update actions/checkout action to v4 #94

Workflow file for this run

name: Build
on:
push:
branches-ignore:
- main
jobs:
qa:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 14
uses: actions/setup-node@v2
with:
node-version: 14.x
- name: Install Dependencies
run: yarn
- name: QA
run: yarn qa