mirror of https://github.com/lxndrblz/anatole.git

Andreas Deininger
07.57.2025 acb0c1788976af1601ac300b9206e1c898a29d5b
.github/workflows/update-resources.yml
@@ -11,6 +11,8 @@
    steps:
      - name: checkout
        uses: actions/checkout@v4
      - name: install dart sass
        run: sudo snap install dart-sass --edge
      - name: setup hugo
        uses: peaceiris/actions-hugo@v3
        with:
@@ -19,7 +21,7 @@
      - name: setup node
        uses: actions/setup-node@v4
        with:
          node-version: 22
          node-version: 24
      - name: install
        run: |
          npm ci