From 7ae4d4483e5fd1287cd43f2f352ba72753590d8f Mon Sep 17 00:00:00 2001 From: Rafael Rivera Date: Fri, 15 Nov 2024 15:13:44 -0800 Subject: [PATCH] Update web workflow (#3344) --- .github/workflows/web.yml | 10 +++++----- web/features/package-lock.json | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/web.yml b/.github/workflows/web.yml index 073687da4e..a845daa28a 100644 --- a/.github/workflows/web.yml +++ b/.github/workflows/web.yml @@ -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 diff --git a/web/features/package-lock.json b/web/features/package-lock.json index 7e2163d1c9..c02a94e642 100644 --- a/web/features/package-lock.json +++ b/web/features/package-lock.json @@ -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",