Skip to content

Commit

Permalink
Merge pull request #103 from British-Oceanographic-Data-Centre/develop
Browse files Browse the repository at this point in the history
Correct node version
  • Loading branch information
soutobias authored Dec 8, 2023
2 parents 5c2de44 + a7ad973 commit fb379a7
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup nodejs
uses: actions/setup-node@v4
with:
node-version: 12
node-version: 16

- name: Build
run: |
Expand Down
86 changes: 67 additions & 19 deletions package-lock.json

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

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@
"url": "https://github.com/bep/tech-doc-hugo/issues"
},
"homepage": "https://github.com/bep/tech-doc-hugo#readme",
"dependencies": {},
"dependencies": {
"postcss": "^8.4.32"
},
"devDependencies": {
"autoprefixer": "^9.4.6",
"postcss-cli": "^5.0.1"
Expand Down

0 comments on commit fb379a7

Please sign in to comment.