Skip to content

Commit

Permalink
Merge pull request #15 from luispabon/prep-3.0.0
Browse files Browse the repository at this point in the history
Prep 3.0.0
  • Loading branch information
luispabon authored Nov 2, 2023
2 parents 35f82c5 + 999d7cc commit 0c95c9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
NODE_CONTAINER?=node:16-alpine
NODE_CONTAINER?=node:20-alpine

NODE_RUN=docker run --rm -v "$(PWD):/workdir" -w "/workdir" --rm $(NODE_CONTAINER)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "superagent-retry-delay",
"version": "2.8.1",
"version": "3.0.0",
"description": "A retrying layer for a superagent request with delay support",
"license": "MIT",
"keywords": [
Expand Down

0 comments on commit 0c95c9f

Please sign in to comment.