Skip to content

Commit

Permalink
Merge pull request #10 from Russell-Wilson/rw/tweaks
Browse files Browse the repository at this point in the history
tweaks
  • Loading branch information
garydavisonos authored Jan 26, 2025
2 parents dd939e3 + 4a9805b commit 8114de4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code.quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Setup Node
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: "18.x"

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Setup Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: "18.x"
registry-url: "https://registry.npmjs.org/"
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

A collection of JavaScript helper functions to be used in conditional logic within projects.

![Code Quality](https://github.com/garydavisonos/conditional-helpers/actions/workflows/code.quality.yml/badge.svg)
![Publish to npm](https://github.com/garydavisonos/conditional-helpers/actions/workflows/publish.yml/badge.svg)

## Table of Contents

- [Installation](#installation)
Expand Down

0 comments on commit 8114de4

Please sign in to comment.