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

Alexander Bilz
26.55.2023 260ab5588bbac8ffb8ac2a40bd32619468f4e63f
chore: update node and hugo version
2 files modified
13 ■■■■ changed files
.github/workflows/format.yml 2 ●●● patch | view | raw | blame | history
.github/workflows/update-resources.yml 11 ●●●● patch | view | raw | blame | history
.github/workflows/format.yml
@@ -13,7 +13,7 @@
      - name: setup node
        uses: actions/setup-node@v3
        with:
          node-version: 14
          node-version: 18
      - name: install
        run: |
          npm ci
.github/workflows/update-resources.yml
@@ -15,22 +15,15 @@
        uses: peaceiris/actions-hugo@v2
        with:
          extended: true
          hugo-version: 0.91.2
          hugo-version: 0.111.3
      - name: setup node
        uses: actions/setup-node@v3
        with:
          node-version: 14
          node-version: 18
      - name: install
        run: |
          npm ci
          npm run prepare
      - name: cache dependencies
        uses: actions/cache@v3
        with:
          path: ~/.npm
          key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
          restore-keys: |
            ${{ runner.os }}-node-
      - name: build
        run: npm run build
      - name: commit resources