Skip to content

Commit

Permalink
CI: remove Node.js 10 (#33923)
Browse files Browse the repository at this point in the history
Node.js 10 is EOL since 30/04/2021
  • Loading branch information
XhmikosR committed May 21, 2021
1 parent f61c2ed commit 68f6aa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [10, 12, 14, 16]
node: [12, 14, 16]

steps:
- name: Clone repository
Expand Down

0 comments on commit 68f6aa6

Please sign in to comment.