Skip to content

Commit 88388eb

Browse files
committed
Fix deploy script
1 parent e6a499b commit 88388eb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/deploy-to-wpdotorg.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ jobs:
1919
php_version: '8.0'
2020

2121
- name: Setup Node
22-
uses: actions/setup-node@v3
22+
uses: actions/setup-node@v1
2323
with:
24-
node-version: '16'
24+
node-version: '21'
2525

2626
- name: Install dependencies
27-
run: yarn install
27+
run: npm install
2828

2929
- name: Prepare release build
30-
run: yarn run gh:release
30+
run: npm run gh:release
3131

3232
- name: WordPress Plugin Deploy
3333
uses: 10up/action-wordpress-plugin-deploy@master

0 commit comments

Comments
 (0)