diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index abd4211..b85bcab 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -2,7 +2,9 @@ name: build on: pull_request: push: - branches: master + branches: + - master + jobs: build: runs-on: ubuntu-latest diff --git a/CHANGELOG.md b/CHANGELOG.md index 90c55ac..451a048 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Bump typedoc from 0.28.19 to 0.28.20 (https://github.com/sciencesakura/mutf-8/pull/78). - Bump brace-expansion from 5.0.6 to 5.0.7 (https://github.com/sciencesakura/mutf-8/pull/79). - Bump shell-quote from 1.8.4 to 1.10.0 (https://github.com/sciencesakura/mutf-8/pull/80). +- build: Upgrade Node.js from 24.13.1 to 24.18.0 (https://github.com/sciencesakura/mutf-8/pull/81). ## [1.2.3] - 2026-06-20 ### Changed diff --git a/package.json b/package.json index 4a21c59..673b95a 100644 --- a/package.json +++ b/package.json @@ -27,6 +27,6 @@ "vitest": "^4.1.10" }, "volta": { - "node": "24.13.1" + "node": "24.18.0" } }