Skip to content

Commit

Permalink
Update web workflow (#3344)
Browse files Browse the repository at this point in the history
  • Loading branch information
riverar authored Nov 15, 2024
1 parent a8e14c7 commit 7ae4d44
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions web/features/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7ae4d44

Please sign in to comment.