From 64a366096bab84311f6acc4bf28e16f298311597 Mon Sep 17 00:00:00 2001 From: Josh Bielick Date: Wed, 24 Jul 2024 08:17:17 -0400 Subject: [PATCH] upgrade node, faktory drop node 14 build, add 20, 22 upgrade to faktory 1.9.0 --- .github/workflows/build.yml | 4 ++-- .github/workflows/release.yml | 2 +- bin/server | 2 +- package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 443a9a5..b629ea5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8fd2da6..9c04cfc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 diff --git a/bin/server b/bin/server index 8f23216..555556a 100755 --- a/bin/server +++ b/bin/server @@ -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 diff --git a/package.json b/package.json index 0cb4f3e..d30f31b 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ } }, "engines": { - "node": ">=14" + "node": ">=16" }, "devDependencies": { "@ava/typescript": "3.0.1",