Skip to content

Commit

Permalink
pants: upgrade Pants to 2.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexTereshenkov committed Nov 25, 2023
1 parent e0b502c commit 59453ba
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/pants.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@ jobs:
- name: List all build targets
run: |
pants list ::
- name: List all dependencies
run: |
pants dependencies ::
- name: Lint
run: |
pants lint ::
- name: Upload pants log
uses: actions/upload-artifact@v3
with:
Expand Down
3 changes: 2 additions & 1 deletion pants.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[GLOBAL]
pants_version = "2.17.0"
pants_version = "2.18.0"

backend_packages.add = [
"pants.backend.experimental.javascript",
"pants.backend.experimental.javascript.lint.prettier",
]

[nodejs]
Expand Down

0 comments on commit 59453ba

Please sign in to comment.