Skip to content

Bump ramda from 0.27.1 to 0.29.1 in /themes/hellofriend #3392

Bump ramda from 0.27.1 to 0.29.1 in /themes/hellofriend

Bump ramda from 0.27.1 to 0.29.1 in /themes/hellofriend #3392

Workflow file for this run

name: Test Hugo Latest Version
on:
pull_request:
push:
jobs:
hugo:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: "18"
check-latest: true
# -
# name: Install Dependencies
# run: npm install && npm i yarn && yarn && npm install -D @babel/cli @babel/core @babel/preset-env browserslist clipboard cssnano postcss postcss-cli postcss-import postcss-mixins postcss-nested postcss-preset-env postcss-url
- name: Run Hugo
uses: crazy-max/ghaction-hugo@v2
with:
version: latest
extended: true
args: --cleanDestinationDir --gc -D -E -F --minify --panicOnWarning --verbose --config /home/runner/work/simeononsecurity.ch/simeononsecurity.ch/config/language/en/config.toml