Skip to content

Commit

Permalink
ci: chages test node versions 12, 14, 16, 18 (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
msotnikov committed Mar 9, 2023
1 parent 00856e7 commit 31370ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
os: [windows-2019, ubuntu-latest, macos-latest]
node-version: [12, 14, 16]
node-version: [12, 14, 16, 18]

steps:
- name: Checkout
Expand Down

0 comments on commit 31370ea

Please sign in to comment.