Skip to content

Commit e9a8b83

Browse files
fix ci
1 parent 025d44f commit e9a8b83

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/actions/setup/action.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ runs:
77
steps:
88
- name: Setup Node.js
99
uses: actions/setup-node@v6
10-
working-directory: ./wp-react-lib
1110
with:
1211
node-version: 22.x
1312
cache: npm
@@ -22,7 +21,6 @@ runs:
2221
- name: Restore node_modules cache
2322
id: modules-cache
2423
uses: actions/cache@v4
25-
working-directory: ./wp-react-lib
2624
with:
2725
path: |
2826
node_modules

0 commit comments

Comments
 (0)