diff --git a/.github/workflows/test-and-release.yml b/.github/workflows/test-and-release.yml index 32ada9f..5626dbd 100644 --- a/.github/workflows/test-and-release.yml +++ b/.github/workflows/test-and-release.yml @@ -12,7 +12,7 @@ jobs: - name: Checkout Repository uses: actions/checkout@v5 - name: Use Node.js ${{ matrix.node }} - uses: actions/setup-node@v4.2.0 + uses: actions/setup-node@v5.0.0 with: node-version: ${{ matrix.node }} - name: Install Dependencies @@ -33,7 +33,7 @@ jobs: with: fetch-depth: 0 - name: Setup Node.js - uses: actions/setup-node@v4.2.0 + uses: actions/setup-node@v5.0.0 with: node-version: lts/* - name: Install dependencies diff --git a/CHANGELOG.md b/CHANGELOG.md index fb61dba..abec77a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [6.1.3](https://github.com/rvagg/bl/compare/v6.1.2...v6.1.3) (2025-09-05) + +### Trivial Changes + +* **deps:** bump actions/setup-node from 4.2.0 to 5.0.0 ([#159](https://github.com/rvagg/bl/issues/159)) ([530e36f](https://github.com/rvagg/bl/commit/530e36f1b894dde916b5d453a7b276e4b7fb0223)) + ## [6.1.2](https://github.com/rvagg/bl/compare/v6.1.1...v6.1.2) (2025-08-12) ### Trivial Changes diff --git a/package.json b/package.json index 5e00b74..e3b97c5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bl", - "version": "6.1.2", + "version": "6.1.3", "description": "Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too!", "license": "MIT", "main": "bl.js",