Skip to content

Commit

Permalink
V1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Perki committed Mar 13, 2024
1 parent ff266a1 commit de03ff0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test.js.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs

name: Node.js CI
name: Tests

on:
push:
Expand All @@ -17,12 +17,11 @@ jobs:
strategy:
matrix:
node-version: [ 18.x ]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "promise-pool-rate-limited",
"version": "0.0.1",
"version": "1.0.0",
"description": "Promise pool with rate limiting",
"node" : ">=18.0.0",
"main": "index.js",
Expand All @@ -11,7 +11,8 @@
"Promise",
"Pool",
"Rate",
"Limiting"
"Limiting",
"Concurency"
],
"author": "Perki",
"license": "BSD-3-Clause"
Expand Down

0 comments on commit de03ff0

Please sign in to comment.