Skip to content

Commit

Permalink
Merge pull request #22 from H4ad/hotfix/nodejs-versions
Browse files Browse the repository at this point in the history
Hotfix/NodeJS Versions
  • Loading branch information
H4ad authored Jun 19, 2022
2 parents 71016b2 + cdb8393 commit e29cbac
Show file tree
Hide file tree
Showing 5 changed files with 466 additions and 1,385 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
node-version: [12.x, 14.x]
node-version: [12.x, 14.x, 16.x, 18.x]

steps:
- uses: actions/checkout@v2
Expand All @@ -19,5 +19,8 @@ jobs:
- run: npm ci
- run: npm run install:peers
- run: npm run build --if-present
- name: Override Fastify Version for NodeJS 12.x
if: matrix.node-version == '12.x'
run: echo "FASTIFY_VERSION=3.x" >> $GITHUB_ENV
- run: npm test
- run: npm run coverage
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodejs 12.22.11
nodejs lts-gallium
Loading

0 comments on commit e29cbac

Please sign in to comment.