Skip to content

Commit

Permalink
Merge pull request #8 from CartoDB/feature/enable-publish
Browse files Browse the repository at this point in the history
Test publish
  • Loading branch information
Tedezed authored Sep 23, 2024
2 parents dbfa9ef + 52b4667 commit 32a9328
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
matrix:
include:
- node-version: 18.x
publish: false
publish: true
- node-version: 20.x
publish: false # TODO
publish: true # TODO
- node-version: 22.x
publish: false
publish: true

env:
CI: true
Expand Down

0 comments on commit 32a9328

Please sign in to comment.