mirror of
https://github.com/ilyhalight/voice-over-translation.git
synced 2026-04-28 03:20:22 +00:00
build: drop node 18
This commit is contained in:
parent
135b24abac
commit
2374e9da8a
3 changed files with 3 additions and 3 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [18.18.x, 22.x]
|
||||
node-version: [22.x]
|
||||
steps:
|
||||
- name: Checkout 🛎️
|
||||
uses: actions/checkout@v4
|
||||
|
|
|
|||
|
|
@ -133,7 +133,7 @@ It's necessary to translate additional sites that use the `.m3u8` or `.mpd` vide
|
|||
|
||||
## How to build an extension?
|
||||
|
||||
1. Install [Node.js 18.18+][nodejs-link] / [Bun.sh][bun-link]
|
||||
1. Install [Node.js 22+][nodejs-link] / [Bun.sh][bun-link]
|
||||
2. Install dependencies:
|
||||
|
||||
```bash
|
||||
|
|
|
|||
|
|
@ -133,7 +133,7 @@
|
|||
|
||||
## Как собрать расширение?
|
||||
|
||||
1. Установите [Node.js 18.18+][nodejs-link] / [Bun.sh][bun-link]
|
||||
1. Установите [Node.js 22+][nodejs-link] / [Bun.sh][bun-link]
|
||||
2. Установите зависимости:
|
||||
|
||||
NPM:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue