diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 30cac242..360f6161 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,14 +14,12 @@ jobs: registry-url: https://registry.npmjs.org/ - name: Cache node modules - uses: actions/cache@v1 + uses: actions/cache@v4 with: path: node_modules key: ${{ runner.os }}-node-${{ hashFiles('**/yarn.lock') }} restore-keys: | - ${{ runner.OS }}-build-${{ env.cache-name }}- - ${{ runner.OS }}-build- - ${{ runner.OS }}- + ${{ runner.os }}-node- - run: yarn install - run: yarn build diff --git a/README.md b/README.md index 483d8951..3078bcb9 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Tool uses Editor.js pasted patterns handling and inserts iframe with embedded co - [Facebook](https://www.facebook.com) - `facebook` service - [Instagram](https://www.instagram.com/codex_team/) - `instagram` service - [YouTube](https://youtube.com) - `youtube` service -- [Twitter](https://twitter.com) - `twitter` service. (official twitter api is used for render, no need to use twitframe) +- [X](https://twitter.com) - `twitter` service. (official twitter api is used for render, no need to use twitframe) - [Twitch](https://twitch.tv) - `twitch-video` service for videos and `twitch-channel` for channels - [Miro](https://miro.com) - `miro` service - [Vimeo](https://vimeo.com) — `vimeo` service