From 052a699484e0ce1d4ee24d294a0fb73b17a2d4bc Mon Sep 17 00:00:00 2001 From: Victoria Drake Date: Fri, 11 Feb 2022 07:21:12 -0600 Subject: Misc TLC - Update packages, npm and node in workflows - Update tested versions - Update license years and README - Build with latest Hugo --- .github/workflows/test-versions.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to '.github') diff --git a/.github/workflows/test-versions.yml b/.github/workflows/test-versions.yml index 768bcb8..b1377a4 100644 --- a/.github/workflows/test-versions.yml +++ b/.github/workflows/test-versions.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - hugo: ['0.49.2', '0.50', '0.51', '0.52', '0.53', '0.54.0', '0.55.0', '0.56.0', '0.57.0', '0.58.0', '0.59.0', '0.60.0', '0.61.0', '0.62.0', '0.63.0', '0.64.0', '0.65.0', '0.66.0', '0.67.0'] + hugo: ['0.49.2', '0.50', '0.60.0', '0.70.0', '0.80.0', '0.90.0', '0.91.0', '0.92.0'] fail-fast: true @@ -19,9 +19,9 @@ jobs: - uses: actions/checkout@master - name: Set up Node - uses: actions/setup-node@v1 + uses: actions/setup-node@v2 with: - node-version: 12.x + node-version: 16.x - name: Install tools run: | sudo apt install curl jq @@ -35,8 +35,7 @@ jobs: - name: Build with Hugo ${{ matrix.hugo }} run: | - cd exampleSite - HUGO_THEME="hugo-theme-introduction" hugo --themesDir ../.. -v + cd exampleSite && HUGO_THEME="hugo-theme-introduction" hugo --themesDir ../.. -v - name: Test HTML from Hugo ${{ matrix.hugo }} run: docker run -v ${GITHUB_WORKSPACE}/public/:/mnt 18fgsa/html-proofer mnt --disable-external -- cgit v1.2.3