Skip to content

Commit

Permalink
use node image
Browse files Browse the repository at this point in the history
  • Loading branch information
kira-m committed Nov 24, 2023
1 parent 50d391a commit 5d09652
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,19 @@ references:
# the key used to pull npm dependencies from the cache
cache-key: &cache-key 'dishzero-{{checksum "package-lock.json"}}'

commands:
restore_npm:
steps:
- restore_cache:
key: *cache-key

# Define a job to be invoked later in a workflow.
# See: https://circleci.com/docs/configuration-reference/#jobs
jobs:
# install NPM dependencies
dependencies:
docker:
- image: cimg/base:stable
- image: cimg/node:18.18.1
steps:
- checkout
- restore_cache:
Expand Down

0 comments on commit 5d09652

Please sign in to comment.