Merge pull request #726 from yassinehamouten/fix/typo-in-sage-example

docs(example): fix a typo in the strategy of the sage example
This commit is contained in:
Shivam Mathur 2023-05-08 08:25:15 +05:30 committed by GitHub
commit 5b29e8a454
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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