fix: editor incompatibility with firefox79

This commit is contained in:
jialin
2026-01-09 20:51:48 +08:00
parent afcd3e5693
commit 10b2a8b4f9
33 changed files with 12316 additions and 630 deletions
+2 -2
View File
@@ -13,7 +13,7 @@ on:
- 'v*-dev'
env:
NODE_VERSION: '21'
NODE_VERSION: '22'
jobs:
deps:
@@ -32,7 +32,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: '${{ env.NODE_VERSION }}'
node-version-file: '.nvmrc'
cache: 'pnpm'
- name: Deps
run: scripts/deps