Skip to content

Commit

Permalink
some change
Browse files Browse the repository at this point in the history
  • Loading branch information
nil2022 committed Jan 12, 2024
1 parent ed69409 commit 5f47f3e
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
Expand Up @@ -2,7 +2,7 @@
version: 2.1

orbs:
node: circleci/node@5.0.2
node: circleci/node@5.2.0

jobs:
check-node-version:
Expand All @@ -18,7 +18,7 @@ jobs:
check-vulnerabilities:
executor: node/default
docker:
- image: cimg/node:5.0.2
- image: cimg/node:20.11.0-browsers
steps:
- checkout
- node/install-packages:
Expand Down

0 comments on commit 5f47f3e

Please sign in to comment.