Skip to content

Commit

Permalink
Update tested node version (#329)
Browse files Browse the repository at this point in the history
Node 12 is end-of-life so I propose to drop it from tests.

Node 18 should be added as the LTS version, and.

Node 19 should replace Node 17 as the current version.

Co-authored-by: Oskari Porkka <oporkka@users.noreply.github.com>
  • Loading branch information
oporkka and oporkka committed Jan 30, 2023
1 parent 76f2d09 commit c163aa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12, 14, 16, 17]
node-version: [14, 16, 18, 19]
steps:
- name: Checkout Repository
uses: actions/checkout@v3
Expand Down

0 comments on commit c163aa9

Please sign in to comment.