diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 68aef13..a2494ab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -78,7 +78,7 @@ jobs: - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} cache: "yarn" diff --git a/CHANGELOG.md b/CHANGELOG.md index a3f24d2..f7887ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### dependabot: \#65 Bump actions/setup-node from 3 to 4 + ## [4.3.0] - 2024-10-23 ### Added