Skip to content

Commit

Permalink
Merge pull request #889 from gethinode/develop
Browse files Browse the repository at this point in the history
Fix runner image to macOS 12
  • Loading branch information
markdumay authored Apr 25, 2024
2 parents b929b8e + 7d3a878 commit c17d98e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/lint-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

strategy:
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
os: [macos-12, windows-latest, ubuntu-latest]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
node-version: [18.x, 20.x]

Expand Down Expand Up @@ -89,6 +89,9 @@ jobs:
restore-keys: |
${{ runner.os }}-${{ env.CACHE_KEY }}
- name: Display environment
run: npm run env

- name: Build main site
run: npm run build:cache

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.1.1",
"hugo-bin": "^0.122.3",
"hugo-bin": "0.122.3",
"markdownlint-cli2": "^0.13.0",
"netlify-plugin-hugo-cache-resources": "^0.2.1",
"npm-run-all": "^4.1.5",
Expand Down

0 comments on commit c17d98e

Please sign in to comment.