Skip to content

Commit

Permalink
fix: config.yml for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dkoo committed Apr 19, 2023
1 parent 8bc9f9d commit 99c9555
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ jobs:
# Release job. Required over newspack/release because of the need to version bump additional files.
release:
docker:
- image: cimg/node:16.11.1
- image: circleci/node:latest
steps:
- checkout_code
- checkout_with_workspace
- set_node_version
- run:
name: Install rsync
command: sudo apt-get update && sudo apt-get install rsync
Expand Down

0 comments on commit 99c9555

Please sign in to comment.