mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 01:28:17 -07:00
Merge branch 'master' into master
This commit is contained in:
commit
36fd9f8a4b
2
.github/workflows/documentation.yml
vendored
2
.github/workflows/documentation.yml
vendored
@ -29,7 +29,7 @@ jobs:
|
||||
node-version: "20"
|
||||
|
||||
- name: Cache dependencies
|
||||
uses: actions/cache@v3
|
||||
uses: actions/cache@v4
|
||||
id: npm-cache
|
||||
with:
|
||||
path: |
|
||||
|
2
.github/workflows/semantic-pr.yml
vendored
2
.github/workflows/semantic-pr.yml
vendored
@ -11,6 +11,6 @@ jobs:
|
||||
semantic-pr:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: amannn/action-semantic-pull-request@v5.4.0
|
||||
- uses: amannn/action-semantic-pull-request@v5.5.3
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- uses: dorny/paths-filter@v2
|
||||
- uses: dorny/paths-filter@v3
|
||||
id: filter
|
||||
with:
|
||||
filters: |
|
||||
@ -85,7 +85,7 @@ jobs:
|
||||
with:
|
||||
node-version: "18"
|
||||
|
||||
- uses: actions/cache@v3
|
||||
- uses: actions/cache@v4
|
||||
id: npm-cache
|
||||
with:
|
||||
path: |
|
||||
|
@ -63,7 +63,7 @@ bats test/list_commands.bash
|
||||
|
||||
The following is the `.gitignore` file in the `asdf-vm/asdf` repository. We ignore project-specific files. Files specific to your OS, tools or workflows should be ignored in your global `.gitignore` configuration, [see here](http://stratus3d.com/blog/2018/06/03/stop-excluding-editor-temp-files-in-gitignore/) for more details.
|
||||
|
||||
@[code](../../.gitignore)
|
||||
<<< @/../.gitignore
|
||||
|
||||
### `.git-blame-ignore-revs`
|
||||
|
||||
|
1910
docs/package-lock.json
generated
1910
docs/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -7,8 +7,8 @@
|
||||
"preview": "vitepress preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^20.8.10",
|
||||
"prettier": "^3.0.3",
|
||||
"vitepress": "^1.0.0-rc.24"
|
||||
"@types/node": "^22.7.4",
|
||||
"prettier": "^3.3.3",
|
||||
"vitepress": "^1.3.4"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user