Skip to content

Commit

Permalink
fix: node version
Browse files Browse the repository at this point in the history
  • Loading branch information
dnikitop committed Oct 14, 2024
1 parent d03fd9b commit 8377d57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ orbs:
jobs:
build:
docker:
- image: circleci/node:20.12.0
- image: circleci/node:20.15.1
steps:
- checkout
- sixrs-gke/setup-private-npm
Expand All @@ -21,7 +21,7 @@ jobs:

publish:
docker:
- image: circleci/node:8.12.0
- image: circleci/node:20.15.1
steps:
- attach_workspace:
at: ./
Expand Down
1 change: 0 additions & 1 deletion .node-version

This file was deleted.

0 comments on commit 8377d57

Please sign in to comment.