diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 1e2558f89..7698d9fb3 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: '10.x' registry-url: 'https://registry.npmjs.org' diff --git a/CHANGELOG.md b/CHANGELOG.md index ae49e193a..bea59b560 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ Changelog is rather internal in nature. See release notes for the public overvie ## Version 4.x.x (`release-v4` branch) +- [#569] + - **Description:** Upgrade actions/setup-node from 3 to 4 + - **Products impact:** Dependencies + - **Addresses:** - + - **Components:** - + - **Breaking:** - + - **Impacts a11y:** - + - **Guidance:** - + +[#569]: https://github.com/learningequality/kolibri-design-system/pull/569 + - [#576] - **Description:** Upgrade follow-redirects from 1.15.4 to 1.15.6 - **Products impact:** Dependencies