CI: fumbling around

This commit is contained in:
Ronan Jouchet 2022-05-01 23:02:05 -04:00
parent 430a129c39
commit 6af4e774e2
1 changed files with 2 additions and 2 deletions

View File

@ -28,8 +28,8 @@ jobs:
strategy:
matrix:
node-version:
- ${{ env.MINIMUM_NODE_VERSION }}
- ${{ env.MAXIMUM_NODE_VERSION }}
- $MINIMUM_NODE_VERSION
- $MAXIMUM_NODE_VERSION
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps: