Skip to content

Commit

Permalink
Merge pull request #20 from Foblex/test-ci
Browse files Browse the repository at this point in the history
Test ci
  • Loading branch information
siarheihuzarevich authored Jul 14, 2024
2 parents 06e45c6 + 857207e commit 08b2d9f
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 08b2d9f

Please sign in to comment.