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

Commit

Permalink
Update GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
egs33 committed Oct 25, 2023
1 parent b833bf7 commit 820fe19
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions .github/workflows/action.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
name: ci

on: [push]

jobs:
lint-and-build:
runs-on: ubuntu-18.04
container:
image: node:12-alpine
env:
NODE_ENV: development
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Install dependencies
run: yarn install
- name: lint
run: yarn lint
- name: build
run: yarn build
- uses: actions/checkout@v4

- uses: actions/setup-node@v4
with:
node-version: '20'

- run: yarn install

- run: yarn lint

- run: yarn build

0 comments on commit 820fe19

Please sign in to comment.