Skip to content

Commit 7ae4d44

Browse files
authored
Update web workflow (#3344)
1 parent a8e14c7 commit 7ae4d44

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/web.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ concurrency:
1111

1212
on:
1313
pull_request:
14-
paths-ignore:
15-
- '.github/ISSUE_TEMPLATE/**'
14+
paths:
15+
- 'web/**'
1616
push:
17-
paths-ignore:
18-
- '.github/ISSUE_TEMPLATE/**'
17+
paths:
18+
- 'web/**'
1919
branches:
2020
- master
2121
workflow_dispatch:
@@ -32,7 +32,7 @@ jobs:
3232
- name: Setup Node
3333
uses: actions/setup-node@v4
3434
with:
35-
node-version: current
35+
node-version: '23.1' # Temporary: https://github.com/nodejs/node/issues/55826
3636

3737
- name: Install dependencies
3838
run: npm install

web/features/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)