Skip to content

Commit

Permalink
Update tested node version
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.
  • Loading branch information
oporkka committed Jan 29, 2023
1 parent 6c758d0 commit 66e6002
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 66e6002

Please sign in to comment.