fix: editor incompatibility with firefox79
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user