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

Alexander Bilz
26.59.2023 6a5fa070ed59ee831c647ce884f1f64713aab85b
chore: update node and hugo version (#437)

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