Skip to content

Commit 38c43e4

Browse files
author
Workflow Sync Bot
committed
PHPCS & PHP Testing Workflow File Sync [Runner ID: 92]
1 parent 9d0a130 commit 38c43e4

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/test-phpunit.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,11 @@ jobs:
7575
secrets: ${{ toJSON( secrets ) }}
7676
cache-suffix: ${{ inputs.cache-suffix }}
7777

78+
- name: Setup Node
79+
uses: actions/setup-node@v2
80+
with:
81+
node-version: '16'
82+
7883
- name: Install NPM Dependencies
7984
run: npm ci && npm run build
8085

0 commit comments

Comments
 (0)