mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2024-11-10 15:21:03 +00:00
CI: fumbling around
This commit is contained in:
parent
430a129c39
commit
6af4e774e2
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -28,8 +28,8 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node-version:
|
node-version:
|
||||||
- ${{ env.MINIMUM_NODE_VERSION }}
|
- $MINIMUM_NODE_VERSION
|
||||||
- ${{ env.MAXIMUM_NODE_VERSION }}
|
- $MAXIMUM_NODE_VERSION
|
||||||
platform: [ubuntu-latest, macos-latest, windows-latest]
|
platform: [ubuntu-latest, macos-latest, windows-latest]
|
||||||
runs-on: ${{ matrix.platform }}
|
runs-on: ${{ matrix.platform }}
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
Reference in New Issue
Block a user