Skip to content

Commit

Permalink
Add latest node LTS version (#487)
Browse files Browse the repository at this point in the history
  • Loading branch information
mchakroun authored Dec 2, 2022
1 parent b4892e7 commit e49e359
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

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

steps:
- uses: actions/checkout@v2
Expand All @@ -28,4 +28,4 @@ jobs:
- name: Run tests
run: |
npm run test
npm run test

0 comments on commit e49e359

Please sign in to comment.