Skip to content

Commit

Permalink
fix: fix ci (#129)
Browse files Browse the repository at this point in the history
* feat: fix ci

* feat: fix ci
  • Loading branch information
DoronElir committed Mar 30, 2023
1 parent 0b60f3a commit a68d283
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 @@ -88,7 +88,7 @@ jobs:
release:
<<: *defaults
docker:
- image: circleci/node:<< parameters.node_version >>
- image: cimg/node:<< parameters.node_version >>
resource_class: small
steps:
- checkout
Expand Down Expand Up @@ -178,7 +178,7 @@ workflows:
- release:
name: Release
context: nodejs-app-release
node_version: '18.15'
node_version: 'lts'
filters:
branches:
only:
Expand Down

0 comments on commit a68d283

Please sign in to comment.