Skip to content

Commit

Permalink
Merge pull request #355 from Contrast-Security-OSS/NODE-3544-node22
Browse files Browse the repository at this point in the history
Node 22
  • Loading branch information
jcolekaplan authored Aug 22, 2024
2 parents 7fe6cfc + 7d8e56b commit 9973cd4
Show file tree
Hide file tree
Showing 16 changed files with 21,859 additions and 9,235 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_v5_screener_imgs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
# not all apps support node versions below, but at the very
# least they all build
apps: [express,fastify3,fastify4,koa,hapi20,hapi21]
version: [14, 16, 18, 20]
version: [16, 18, 20, 22]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: [14, 16, 18, 20]
version: [16, 18, 20, 22]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
Loading

0 comments on commit 9973cd4

Please sign in to comment.