Skip to content

Commit

Permalink
Node Dubnium to Erbium
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Holloway committed Apr 19, 2022
1 parent 02a3f9b commit 4f6e571
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
install-job:
docker:
- image: circleci/node:dubnium
- image: circleci/node:erbium
working_directory: ~/repo
steps:
- checkout
Expand All @@ -24,7 +24,7 @@ jobs:

test-job:
docker:
- image: circleci/node:dubnium
- image: circleci/node:erbium

working_directory: ~/repo

Expand All @@ -36,7 +36,7 @@ jobs:

lint-job:
docker:
- image: circleci/node:dubnium
- image: circleci/node:erbium

working_directory: ~/repo

Expand All @@ -48,7 +48,7 @@ jobs:

build-job:
docker:
- image: circleci/node:dubnium
- image: circleci/node:erbium

working_directory: ~/repo

Expand All @@ -60,7 +60,7 @@ jobs:

coverage-job:
docker:
- image: circleci/node:dubnium
- image: circleci/node:erbium

working_directory: ~/repo

Expand All @@ -73,7 +73,7 @@ jobs:

integration-job:
docker:
- image: circleci/node:dubnium-browsers
- image: circleci/node:erbium-browsers

working_directory: ~/repo

Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
lts/dubnium
lts/erbium

0 comments on commit 4f6e571

Please sign in to comment.