Skip to content
This repository was archived by the owner on Apr 10, 2025. It is now read-only.

chore: update circleci/node to version 17.2 #32

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
build:
docker:
- image: circleci/node:6.10@sha256:bd82f1ab98e58a78dfc5e653df7366c7ad43a42566656556d082020e4a54201b
- image: circleci/node:17.2@sha256:b2330f71df36d859dd822767ed7799bf67ea0a82efa451df6f121f52f7bd337d
steps:
- checkout
- restore_cache:
Expand All @@ -19,7 +19,7 @@ jobs:
- node_modules
test:
docker:
- image: circleci/node:6.10@sha256:bd82f1ab98e58a78dfc5e653df7366c7ad43a42566656556d082020e4a54201b
- image: circleci/node:17.2@sha256:b2330f71df36d859dd822767ed7799bf67ea0a82efa451df6f121f52f7bd337d
steps:
- checkout
- restore_cache:
Expand Down