Skip to content

Commit

Permalink
Merge pull request #1301 from log4js-node/ci/update-ci
Browse files Browse the repository at this point in the history
ci: added tests for Node.js 10.x, 18.x
  • Loading branch information
lamweili committed Jul 25, 2022
2 parents 449acdd + 0a87f2b commit e917cb9
Show file tree
Hide file tree
Showing 3 changed files with 386 additions and 91 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/node.js.yml
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
node-version: [10.x, 12.x, 14.x, 16.x, 18.x]
os: [ubuntu-latest, windows-latest]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

Expand All @@ -31,4 +31,6 @@ jobs:
- run: npm run build --if-present
- run: npm test
- run: npm run typings

- run: npm audit
env:
NODE_ENV: production

0 comments on commit e917cb9

Please sign in to comment.