mirror of
https://github.com/kou029w/nodejs-hands-on.git
synced 2025-01-18 08:05:10 +00:00
Pin dependencies (#7)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
7d90dec1d6
commit
b2ce65b241
3 changed files with 8 additions and 8 deletions
8
.github/workflows/github-pages.yml
vendored
8
.github/workflows/github-pages.yml
vendored
|
@ -9,14 +9,14 @@ jobs:
|
|||
id-token: write
|
||||
environment: github-pages
|
||||
runs-on: ubuntu-latest
|
||||
container: alpine
|
||||
container: alpine@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
||||
- name: Build
|
||||
run: |
|
||||
apk add mdbook tar
|
||||
mdbook build
|
||||
- uses: actions/upload-pages-artifact@v3
|
||||
- uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3
|
||||
with:
|
||||
path: book
|
||||
- uses: actions/deploy-pages@v4
|
||||
- uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4
|
||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -12,8 +12,8 @@
|
|||
"templates/*"
|
||||
],
|
||||
"devDependencies": {
|
||||
"markdown-link-check": "^3.12.2",
|
||||
"prettier": "^3.3.3"
|
||||
"markdown-link-check": "3.12.2",
|
||||
"prettier": "3.3.3"
|
||||
}
|
||||
},
|
||||
"node_modules/@tootallnate/quickjs-emscripten": {
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
"format": "prettier --write ."
|
||||
},
|
||||
"devDependencies": {
|
||||
"markdown-link-check": "^3.12.2",
|
||||
"prettier": "^3.3.3"
|
||||
"markdown-link-check": "3.12.2",
|
||||
"prettier": "3.3.3"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue