Skip to content

Commit

Permalink
Test on Node 18.
Browse files Browse the repository at this point in the history
  • Loading branch information
RubenVerborgh committed Apr 21, 2022
1 parent 79d0d8d commit 7abae9b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -36,6 +36,8 @@ jobs:
- '16.x'
- '17.0'
- '17.x'
- '18.0'
- '18.x'
steps:
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
Expand All @@ -48,7 +50,7 @@ jobs:
- run: npm test
- run: node_modules/.bin/nyc --reporter=text-lcov node_modules/.bin/mocha | tee lcov.info
- uses: coverallsapp/github-action@master
if: ${{ matrix.node-version == '14.0' }}
if: ${{ matrix.node-version == '16.0' }}
with:
github-token: ${{ secrets.github_token }}
flag-name: run-${{ matrix.node-version }}
Expand Down

0 comments on commit 7abae9b

Please sign in to comment.