Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
popomore committed Dec 31, 2021
1 parent ecc0564 commit f859bb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [4, 6, 8, 10, 12, 14, 16]
node-version: [6, 8, 10, 12, 14, 16]
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
],
"ci": {
"type": "github",
"version": "4, 6, 8, 10, 12, 14, 16"
"version": "6, 8, 10, 12, 14, 16"
}
}

0 comments on commit f859bb4

Please sign in to comment.