Skip to content

Commit

Permalink
issue-#61 - Removed 'demo' workflow file.
Browse files Browse the repository at this point in the history
- Removed 'packages/fjl/CHANGELOG' file.
  • Loading branch information
elycruz committed Sep 2, 2022
1 parent 4b01d84 commit 337b469
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 29 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/github-actions-demo.yml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions

name: Monorepo Build and Test
name: monorepo-build

on:
push:
Expand All @@ -18,7 +18,7 @@ jobs:

strategy:
matrix:
node-version: [16.x, 18.x]
node-version: [14.x, 16.x, 18.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down
4 changes: 0 additions & 4 deletions packages/fjl/CHANGELOG.md

This file was deleted.

0 comments on commit 337b469

Please sign in to comment.