Skip to content

Commit

Permalink
chore(fix): github action matrix, drop node 10
Browse files Browse the repository at this point in the history
  • Loading branch information
localnerve committed Sep 17, 2021
1 parent cf9f4ff commit e23a1f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [10.x, 12.x, 14.x]
node-version: [12.x, 14.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "element-size-reporter",
"version": "0.10.0",
"version": "0.10.1",
"description": "Reports width, height, and top for selected DOM elements",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit e23a1f5

Please sign in to comment.