Skip to content

Commit 122231b

Browse files
committed
AC-1156: Move custom eslint tests to magento-coding-standard repo
- Use node 16 in php.yml
1 parent fe1e327 commit 122231b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Setup node
2929
uses: actions/setup-node@v2
3030
with:
31-
node-version: '14'
31+
node-version: '16'
3232

3333
- uses: actions/checkout@v2
3434

0 commit comments

Comments
 (0)