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

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aphelionz authored May 11, 2020
1 parent bf3bca1 commit f6832f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ jobs:
test:
executor:
name: node/default
tag: '13'
tag: '12'
steps:
- checkout
- node/install-packages
- run:
command: npm run test
orbs:
node: 'circleci/node:x.y'
node: 'circleci/node@2.1.0'
version: 2.1
workflows:
test_my_app:
Expand Down

0 comments on commit f6832f4

Please sign in to comment.