Skip to content

Commit

Permalink
Bin and node 16
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Ayers <[email protected]>
  • Loading branch information
smaye81 committed Jun 17, 2024
1 parent 68d352b commit 76b157e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/conformance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
node-version: [16, 18, 20, 21]
node-version: [18, 20, 21]
steps:
- uses: actions/setup-node@v4
with:
Expand All @@ -35,7 +35,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
node-version: [16, 18, 20, 21]
node-version: [18, 20, 21]
steps:
- uses: actions/setup-node@v4
with:
Expand All @@ -57,7 +57,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
node-version: [16, 18, 20, 21]
node-version: [18, 20, 21]
steps:
- uses: actions/setup-node@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ testconnectexpresspackage: $(BUILD)/connect-express
npm run -w packages/connect-express jasmine

.PHONY: testconformance
testconformance: node_modules testconnectnodeconformance testconnectfastifyconformance testconnectexpressconformance testwebconformance
testconformance: testconnectnodeconformance testconnectfastifyconformance testconnectexpressconformance testwebconformance

.PHONY: testconnectnodeconformance
testconnectnodeconformance: $(BUILD)/connect-node
Expand Down

0 comments on commit 76b157e

Please sign in to comment.