diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f9589cb..f3c3fa9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -78,7 +78,7 @@ jobs: - uses: actions/checkout@v4 - 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/.github/workflows/storybook.yml b/.github/workflows/storybook.yml index 4d1a782..5e06dfb 100644 --- a/.github/workflows/storybook.yml +++ b/.github/workflows/storybook.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v4 - name: Use Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 16 cache: "yarn" diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c98285..e259699 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: \#83 Bump actions/setup-node from 3 to 4 + ## [2.1.0] - 2023-10-05 ### Added