Update web workflow (#3344)
This commit is contained in:
Родитель
a8e14c7558
Коммит
7ae4d4483e
|
@ -11,11 +11,11 @@ concurrency:
|
|||
|
||||
on:
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- '.github/ISSUE_TEMPLATE/**'
|
||||
paths:
|
||||
- 'web/**'
|
||||
push:
|
||||
paths-ignore:
|
||||
- '.github/ISSUE_TEMPLATE/**'
|
||||
paths:
|
||||
- 'web/**'
|
||||
branches:
|
||||
- master
|
||||
workflow_dispatch:
|
||||
|
@ -32,7 +32,7 @@ jobs:
|
|||
- name: Setup Node
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: current
|
||||
node-version: '23.1' # Temporary: https://github.com/nodejs/node/issues/55826
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm install
|
||||
|
|
|
@ -7004,9 +7004,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/caniuse-lite": {
|
||||
"version": "1.0.30001588",
|
||||
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001588.tgz",
|
||||
"integrity": "sha512-+hVY9jE44uKLkH0SrUTqxjxqNTOWHsbnQDIKjwkZ3lNTzUUVdBLBGXtj/q5Mp5u98r3droaZAewQuEDzjQdZlQ==",
|
||||
"version": "1.0.30001680",
|
||||
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001680.tgz",
|
||||
"integrity": "sha512-rPQy70G6AGUMnbwS1z6Xg+RkHYPAi18ihs47GH0jcxIG7wArmPgY3XbS2sRdBbxJljp3thdT8BIqv9ccCypiPA==",
|
||||
"funding": [
|
||||
{
|
||||
"type": "opencollective",
|
||||
|
|
Загрузка…
Ссылка в новой задаче