diff --git a/.github/workflows/github-actions-demo.yml b/.github/workflows/github-actions-demo.yml deleted file mode 100644 index f44b7a09..00000000 --- a/.github/workflows/github-actions-demo.yml +++ /dev/null @@ -1,23 +0,0 @@ -name: GitHub Actions Demo - -on: - push: - branches: [ gh-actions-demo ] - pull_request: - branches: [ gh-actions-demo ] - -jobs: - Explore-GitHub-Actions: - runs-on: ubuntu-latest - steps: - - run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event." - - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!" - - run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}." - - name: Check out repository code - uses: actions/checkout@v2 - - run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner." - - run: echo "🖥️ The workflow is now ready to test your code on the runner." - - name: List files in the repository - run: | - ls ${{ github.workspace }} - - run: echo "🍏 This job's status is ${{ job.status }}." diff --git a/.github/workflows/monorepo-build-and-test.yml b/.github/workflows/monorepo-build.yml similarity index 92% rename from .github/workflows/monorepo-build-and-test.yml rename to .github/workflows/monorepo-build.yml index f66600a2..a1504215 100644 --- a/.github/workflows/monorepo-build-and-test.yml +++ b/.github/workflows/monorepo-build.yml @@ -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: @@ -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: diff --git a/packages/fjl/CHANGELOG.md b/packages/fjl/CHANGELOG.md deleted file mode 100644 index 72b51b6e..00000000 --- a/packages/fjl/CHANGELOG.md +++ /dev/null @@ -1,4 +0,0 @@ -# fjl Changelog - -## 2.0.0-alpha -@todo