Skip to content

Commit

Permalink
refactor: normalize package managers & CircleCI (#2186)
Browse files Browse the repository at this point in the history
* build: replace package installation and caching to normalize package installation to other CTF libraries

* build: add required minor version to circleci image

* build: use install-dependencies command to install via github
  • Loading branch information
axe312ger authored Apr 26, 2024
1 parent 1fbfbed commit 864e428
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
@@ -1,11 +1,12 @@
version: 2.1
orbs:
vault: contentful/vault@1
node: circleci/node@5.2.0

executors:
docker-with-node:
docker:
- image: cimg/node:18.18
- image: cimg/node:18.19
working_directory: ~/build-and-test

commands:
Expand Down Expand Up @@ -54,7 +55,6 @@ jobs:
- checkout
- run: node --version
- install-dependencies
- cache-dependencies
- persist-workspace

build:
Expand Down

0 comments on commit 864e428

Please sign in to comment.