From fa805cdb3be7752303c21ecf3a108e3db8292c36 Mon Sep 17 00:00:00 2001 From: George Cushen Date: Tue, 24 Oct 2023 19:27:29 +0100 Subject: [PATCH] ci: update --- .github/workflows/build-test-site.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-test-site.yaml b/.github/workflows/build-test-site.yaml index 2d1aaa1e..1830b5d5 100644 --- a/.github/workflows/build-test-site.yaml +++ b/.github/workflows/build-test-site.yaml @@ -15,7 +15,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - node-version: [16.x] + node-version: [18.x] steps: - uses: actions/checkout@v2 @@ -24,7 +24,7 @@ jobs: fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v1 + uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} @@ -64,7 +64,7 @@ jobs: - name: Setup Hugo uses: peaceiris/actions-hugo@v2 with: - hugo-version: '0.101.0' + hugo-version: '0.119.0' extended: true - name: Build