Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
sass currently broken for node 21
dart-lang/sdk#53784
  • Loading branch information
noraj committed Oct 22, 2023
1 parent 91cab27 commit 842dc52
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Official framework image. Look for the different tagged releases at:
# https://hub.docker.com/r/library/node/tags/
image: node:21
# can't update to node 21 until sass is fixed, see https://github.com/dart-lang/sdk/issues/53784
image: node:20

stages:
- test
Expand Down

0 comments on commit 842dc52

Please sign in to comment.