Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

CI based on unsupported Node.js 12 #2

Open
MikeMcC399 opened this issue Jul 3, 2024 · 0 comments
Open

CI based on unsupported Node.js 12 #2

MikeMcC399 opened this issue Jul 3, 2024 · 0 comments

Comments

@MikeMcC399
Copy link

Issue

The CircleCI workflow uses the CircleCI executor

jobs:
  build:
    executor:
      name: node/default
      tag: '12'
    steps:
      - checkout
      - node/with-cache:
          steps:
            - run: npm ci
      - run: npm run lint
      - run: npm test

and

orbs:
  node: circleci/[email protected]
version: 2.1

This references the deprecated Docker image circleci/node:12 using Node.js 12.22.7

Node.js 12 entered end-of-life in April 2022.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant