Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
test: add "node14" to fetch-all
Browse files Browse the repository at this point in the history
  • Loading branch information
jesec committed Apr 11, 2021
1 parent 6ecd52a commit 63f4ce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test-42-fetch-all/main.js
Expand Up @@ -14,7 +14,7 @@ function nodeRangeToNodeVersion(nodeRange) {
}

for (const platform of knownPlatforms) {
const nodeRanges = ['node8', 'node10', 'node12'];
const nodeRanges = ['node8', 'node10', 'node12', 'node14'];
for (const nodeRange of nodeRanges) {
const nodeVersion = nodeRangeToNodeVersion(nodeRange);
const archs = ['x64'];
Expand Down

0 comments on commit 63f4ce0

Please sign in to comment.