Skip to content

Upgrade tooling / latest pnpm and node #15462

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/javascript-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 20.x
node-version: 22.x

- uses: pnpm/action-setup@v3
- uses: pnpm/action-setup@v4
with:
version: 8
version: 10

- name: Install Dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .trunk/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
plugins
user_trunk.yaml
user.yaml
tmp
tmp
15 changes: 9 additions & 6 deletions .trunk/trunk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,32 @@
# To learn more about the format of this file, see https://docs.trunk.io/reference/trunk-yaml
version: 0.1
cli:
version: 1.21.0
version: 1.22.12
shell_hooks:
enforce: true

plugins:
sources:
- id: trunk
uri: https://github.com/trunk-io/plugins
ref: d91cf4f0d67db22f4b69bd33a3e8c06c92002d91
ref: v1.6.8
- id: configs
uri: https://github.com/trunk-io/configs
ref: v1.0.3
ref: v1.0.11

# Many linters and tools depend on runtimes - configure them here. (https://docs.trunk.io/runtimes)
runtimes:
enabled:
- java@13.0.11
- node@20.11.1
- python@3.10.8
- ruby@>3.1.0

lint:
enabled:
- eslint@9.0.0-beta.2
- golangci-lint2@2.1.2
- ktlint@1.5.0
- eslint@9.24.0
ignore:
- linters: [ALL]
paths:
Expand All @@ -43,5 +46,5 @@ tools:
- node
- python
enabled:
- bazel@7.2.1
- pnpm@8.15.5
- bazel@8.2.0
- pnpm@10.8.1
Loading
Loading