Skip to content

Commit c4f534a

Browse files
authored
Update pipeline.yml
1 parent 43c8a4c commit c4f534a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/pipeline.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ jobs:
1515
matrix:
1616
node-version: [22.x]
1717
steps:
18-
- uses: actions/checkout@v4
18+
- name: Checkout
19+
uses: actions/checkout@v4
1920
- name: Use Node.js ${{ matrix.node-version }}
2021
uses: actions/setup-node@v4
2122
with:
@@ -26,7 +27,7 @@ jobs:
2627
- name: Build
2728
run: npm run build --if-present
2829
- name: Cache unit tests dependencies
29-
uses: actions/cache@v3
30+
uses: actions/cache@v4
3031
id: playwright-cache
3132
with:
3233
path: |

0 commit comments

Comments
 (0)