Skip to content

Commit

Permalink
adjust circleci config
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrrt committed Mar 31, 2024
1 parent b355671 commit 6e1438f
Showing 1 changed file with 18 additions and 5 deletions.
23 changes: 18 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,22 @@
version: 2.1

orbs:
node: circleci/node@4.7
node: circleci/node@4.1.0

jobs:
build:
docker:
- image: cimg/base:stable
steps:
- checkout
- node/install-packages:
pkg-manager: pnpm
- run:
name: Run tests
command: pnpm test

workflows:
unit_test:
version: 2
build_and_test:
jobs:
- node/test:
version: '19.6.0'
pkg-manager: pnpm
- build

0 comments on commit 6e1438f

Please sign in to comment.