Skip to content

Commit

Permalink
upgrade node, faktory
Browse files Browse the repository at this point in the history
drop node 14 build, add 20, 22

upgrade to faktory 1.9.0
  • Loading branch information
jbielick committed Jul 24, 2024
1 parent cd391a4 commit 64a3660
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:

strategy:
matrix:
node-version: [14.x, 15.x, 16.x, 18.x]
node-version: [16.x, 18.x, 20.x, 22.x]

services:
faktory:
image: contribsys/faktory:1.6.1
image: contribsys/faktory:1.9.0
ports:
- 7419:7419

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "16.x"
node-version: "20.x"
registry-url: "https://registry.npmjs.org"
- run: npm install
- run: npm publish
Expand Down
2 changes: 1 addition & 1 deletion bin/server
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ exec docker run \
"$@" \
-p 7419:7419 \
-p 7420:7420 \
contribsys/faktory:1.6.1 \
contribsys/faktory:1.9.0 \
/faktory -b :7419
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
}
},
"engines": {
"node": ">=14"
"node": ">=16"
},
"devDependencies": {
"@ava/typescript": "3.0.1",
Expand Down

0 comments on commit 64a3660

Please sign in to comment.