Skip to content
This repository has been archived by the owner on Sep 30, 2023. It is now read-only.

Commit

Permalink
CircleCI updates
Browse files Browse the repository at this point in the history
  • Loading branch information
aphelionz committed May 27, 2021
1 parent b6d4172 commit 1948e62
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
version: 2.1

executors:
node10-browsers:
lts-browsers:
docker:
- image: circleci/node:10-browsers
- image: circleci/node:lts-browsers

jobs:
setup:
executor: node10-browsers
executor: lts-browsers
steps:
- checkout
- run: mkdir -p /tmp/workspace
Expand All @@ -26,19 +26,19 @@ jobs:
- package.json
- index.js
test-node:
executor: node10-browsers
executor: lts-browsers
steps:
- attach_workspace:
at: ./
- run: npm run test:node
test-browser:
executor: node10-browsers
executor: lts-browsers
steps:
- attach_workspace:
at: ./
- run: npm run test:browser
build:
executor: node10-browsers
executor: lts-browsers
steps:
- attach_workspace:
at: ./
Expand Down

0 comments on commit 1948e62

Please sign in to comment.