Skip to content
This repository was archived by the owner on Feb 21, 2023. It is now read-only.
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
defaults: &defaults
working_directory: ~/repo
docker:
- image: node:10
- image: node:12
user: node
restore_prepared_repo: &restore_prepared_repo
- attach_workspace:
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
run-lighthouse:
working_directory: ~/repo
docker:
- image: circleci/node:10-browsers
- image: circleci/node:12-browsers
user: node
steps:
- <<: *restore_prepared_repo
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
10/*
12/*
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"clean": "gatsby clean"
},
"engines": {
"node": "^10"
"node": "^12"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.25",
Expand Down