Skip to content

Commit

Permalink
[ci] Test on node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
lpinca committed May 6, 2022
1 parent 3bc3a2a commit 7ecfbe2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -14,6 +14,7 @@ jobs:
- 12
- 14
- 16
- 18
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand All @@ -22,6 +23,6 @@ jobs:
- run: npm install
- run: npm test
- uses: coverallsapp/github-action@1.1.3
if: matrix.node == 16
if: matrix.node == 18
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 7ecfbe2

Please sign in to comment.