Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/Foblex/f-flow
Browse files Browse the repository at this point in the history
  • Loading branch information
siarheihuzarevich committed Jul 14, 2024
2 parents b234612 + 08b2d9f commit f3ed80e
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/ci.yml → .github/workflows/tests-ci.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,15 @@
name: CI
name: Tests CI

on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
build:
runs-on: ubuntu-latest

strategy:
matrix:
node-version: [14.x, 16.x]
node-version: [18.x]

steps:
- name: Checkout repository
Expand Down

0 comments on commit f3ed80e

Please sign in to comment.