Skip to content

Commit

Permalink
build(ci): let's drop Node v14 for Test CI workflow
Browse files Browse the repository at this point in the history
Our minimal Node version support is v16. v14 was added for no reasons
but now we have more workflows to run, let's remove unnecessary one.
  • Loading branch information
tadayosi committed Jul 31, 2023
1 parent 1dc58ad commit f6072c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: ['14', '16', '18']
node: ['16', '18']
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down

0 comments on commit f6072c1

Please sign in to comment.