Skip to content

Commit

Permalink
Update buildzip.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
saiftheboss7 authored Oct 10, 2024
1 parent d74ab50 commit e31ff15
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/buildzip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
uses: actions/checkout@v4

- name: Use Node.js 12.1.0
uses: actions/setup-node@v4
with:
node-version: 12.1.0
uses: actions/setup-node@v4
with:
node-version: 12.1.0

- name: Build plugin # Remove or modify this step as needed
run: |
Expand All @@ -26,7 +26,7 @@ jobs:
npm run makepot
- name: Use desired version of php
uses: shivammathur/setup-php@v2
uses: shivammathur/setup-php@v2
with:
php-version: '7.4'

Expand Down

0 comments on commit e31ff15

Please sign in to comment.