docs(example): fix a typo in the strategy of the sage example

This commit is contained in:
Hamouten 2023-05-08 03:11:22 +02:00
parent cb8f453143
commit 2a798336a0

View File

@ -9,7 +9,7 @@ jobs:
fail-fast: false
matrix:
php-versions: ['7.4', '8.0', '8.1']
node-versions: [16']
node-versions: ['16']
steps:
- name: Checkout
uses: actions/checkout@v3