Skip to content

Commit d177cc5

Browse files
build(deps): bump jdx/mise-action from 2 to 3 (#102)
Bumps [jdx/mise-action](https://github.com/jdx/mise-action) from 2 to 3. - [Release notes](https://github.com/jdx/mise-action/releases) - [Changelog](https://github.com/jdx/mise-action/blob/main/CHANGELOG.md) - [Commits](jdx/mise-action@v2...v3) --- updated-dependencies: - dependency-name: jdx/mise-action dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4ad3527 commit d177cc5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,14 @@ jobs:
1515
name: Run test suite on ${{ matrix.os }}
1616
steps:
1717
- uses: actions/checkout@v4
18-
- uses: jdx/mise-action@v2
18+
- uses: jdx/mise-action@v3
1919
- uses: tree-sitter/parser-test-action@v2
2020
with:
2121
abi-version: 14
2222
test-rust: true
2323
test-node: true
24+
# Stay on Node 22 until node-gyp works in CI again
25+
node-version: lts/jod
2426
test-python: true
2527
test-go: true
2628
# XXX: Swift pending https://github.com/swift-actions/setup-swift/issues/694

0 commit comments

Comments
 (0)