Skip to content

Commit

Permalink
bump dep versions with latest minor (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson authored Jan 8, 2025
1 parent 9f1ebf3 commit 51e89f8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,19 @@ on:
push:
branches:
- master

jobs:
deploy:
runs-on: ubuntu-22.04
runs-on: ubuntu-22
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 22

- run: npm install && npm run build && npx nuxi generate
- name: deploy
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "haraka.github.io",
"version": "0.1.0",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "nuxi dev",
Expand All @@ -9,7 +9,7 @@
"preview": "nuxi preview"
},
"devDependencies": {
"@nuxt-themes/docus": "^1.12.0",
"nuxt": "^3.5.0"
"@nuxt-themes/docus": "^1.15.1",
"nuxt": "^3.15.1"
}
}

0 comments on commit 51e89f8

Please sign in to comment.