Skip to content

Commit d31aed2

Browse files
author
Workflow Sync Bot
committed
PHP Workflow File Sync [Runner ID: 92]
1 parent c069c33 commit d31aed2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.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)