Skip to content

Commit

Permalink
Merge pull request developit#215 from developit/gh-node-10
Browse files Browse the repository at this point in the history
Skip running tests on outdated Node 10
  • Loading branch information
developit committed Nov 4, 2021
2 parents 2ffa9fc + 8b4a52e commit 6929a95
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 @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
# Change the condition for ESM Dist Test below when changing this.
node-version: [10.x, 12.x, 14.x]
node-version: [12.x, 14.x]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 6929a95

Please sign in to comment.