mirror of
https://github.com/danog/dart-sass.git
synced 2025-01-22 13:51:31 +01:00
Can't reference env in jobs.*.strategy
This commit is contained in:
parent
f0d7a52d27
commit
7086ea4c87
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -2,7 +2,8 @@ name: CI
|
||||
|
||||
env:
|
||||
# Run on Node 14 because node-fibers doesn't support odd-numbered Node
|
||||
# versions.
|
||||
# versions. Note: when changing this, also change
|
||||
# jobs.node_tests.strategy.matrix.node_version.
|
||||
DEFAULT_NODE_VERSION: 14
|
||||
|
||||
on:
|
||||
@ -88,7 +89,7 @@ jobs:
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||
dart_channel: [stable]
|
||||
node_version: ["${{ env.DEFAULT_NODE_VERSION }}"]
|
||||
node_version: [14]
|
||||
include:
|
||||
# Include LTS versions on Ubuntu
|
||||
- os: ubuntu-latest
|
||||
|
Loading…
x
Reference in New Issue
Block a user