Skip to content

Commit

Permalink
Fix: Update node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ejhammond committed Apr 4, 2022
1 parent d5f6f32 commit a030056
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
release:
docker:
- image: circleci/node:10.15
- image: circleci/node:17.2
working_directory: ~/repo

steps:
Expand Down
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"name": "@ejhammond/eslint-plugin",
"version": "3.0.4",
"sideEffects": false,
"engines": {
"node": "17.2"
},
"author": "EJ Hammond",
"description": "Eslint plugin for my projects",
"repository": "https://github.com/ejhammond/eslint-plugin-ejhammond",
Expand Down

0 comments on commit a030056

Please sign in to comment.