2
2
mirror of https://github.com/Llewellynvdm/nativefier.git synced 2024-06-25 23:03:15 +00:00

CI: fumbling around

This commit is contained in:
Ronan Jouchet 2022-05-01 23:02:05 -04:00
parent 430a129c39
commit 6af4e774e2

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: