diff --git a/.github/workflows/bump-version-and-publish.yml b/.github/workflows/bump-version-and-publish.yml index 63ce458..5bab971 100644 --- a/.github/workflows/bump-version-and-publish.yml +++ b/.github/workflows/bump-version-and-publish.yml @@ -48,8 +48,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v3 with: - node-version: '18' - cache: 'npm' + node-version: '20' - name: Install dependencies env: diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 00df9be..98d2867 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -32,8 +32,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v3 with: - node-version: 16 - cache: 'npm' + node-version: '20' - name: Install dependencies env: diff --git a/.github/workflows/publish-dev-release-react-animation.yml b/.github/workflows/publish-dev-release-react-animation.yml index 0f0b66c..777ae6f 100644 --- a/.github/workflows/publish-dev-release-react-animation.yml +++ b/.github/workflows/publish-dev-release-react-animation.yml @@ -22,8 +22,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v3 with: - node-version: '16' - cache: 'npm' + node-version: '20' - name: Install dependencies run: | diff --git a/.github/workflows/publish-dev-release-react-transition-presence.yml b/.github/workflows/publish-dev-release-react-transition-presence.yml index 477f936..8dc92ff 100644 --- a/.github/workflows/publish-dev-release-react-transition-presence.yml +++ b/.github/workflows/publish-dev-release-react-transition-presence.yml @@ -22,8 +22,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v3 with: - node-version: '16' - cache: 'npm' + node-version: '20' - name: Install dependencies env: