From 6e316a424bd98a085616b74a19ba734a2557cc18 Mon Sep 17 00:00:00 2001 From: Jacob Jewell Date: Thu, 28 Apr 2022 17:40:15 -0400 Subject: [PATCH] version 1.2.0 --- .github/workflows/node.js.yml | 25 ++++++++++++------------- README.md | 1 + 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 72d1cfc..6775c05 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -5,13 +5,12 @@ name: Node.js CI on: push: - branches: [ main ] + branches: [main] pull_request: - branches: [ main ] + branches: [main] jobs: build: - runs-on: ubuntu-latest strategy: @@ -20,13 +19,13 @@ jobs: # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: - - uses: actions/checkout@v2 - - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v2 - with: - node-version: ${{ matrix.node-version }} - cache: 'npm' - - run: npm ci - - run: npm run build --if-present - - run: npm run lint - - run: npm test + - uses: actions/checkout@v2 + - name: Use Node.js ${{ matrix.node-version }} + uses: actions/setup-node@v2 + with: + node-version: ${{ matrix.node-version }} + cache: "npm" + - run: npm ci + - run: npm run build --if-present + - run: npm run lint + - run: npm test diff --git a/README.md b/README.md index 21eb544..6bbb7bf 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # ramda-helpers + Helper functions for ramda See https://eflexsystems.github.io/ramda-helpers/