Browse Source

fix: update reusable workflow reference for Node 22 tests

Shun Miyazawa 8 months ago
parent
commit
16d484ceda
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/ci-app-prod.yml

+ 1 - 1
.github/workflows/ci-app-prod.yml

@@ -55,7 +55,7 @@ jobs:
 
 
   test-prod-node22:
-    uses: weseek/growi/.github/workflows/reusable-app-prod.yml@master
+    uses: weseek/growi/.github/workflows/reusable-app-prod.yml@fix/169947-playwright-tests
     if: |
       ( github.event_name == 'push'
         || github.base_ref == 'master'