Skip to content

Commit e70af83

Browse files
fix(deps): update all dependencies j:cdx-227
1 parent cfd350c commit e70af83

File tree

4 files changed

+3282
-1513
lines changed

4 files changed

+3282
-1513
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v4
14-
- uses: actions/setup-node@v4
14+
- uses: actions/setup-node@v6
1515
with:
1616
cache: 'npm'
1717
node-version-file: '.nvmrc'

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
fetch-depth: 0
2828
ssh-key: ${{ secrets.DEPLOY_KEY }}
2929
- run: git fetch --all --tags
30-
- uses: actions/setup-node@v4
30+
- uses: actions/setup-node@v6
3131
with:
3232
registry-url: 'https://registry.npmjs.org'
3333
cache: 'npm'
@@ -50,7 +50,7 @@ jobs:
5050
DEBUG: '*'
5151
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5252
- name: Upload artifact
53-
uses: actions/upload-pages-artifact@v3
53+
uses: actions/upload-pages-artifact@v4
5454
with:
5555
# Upload doc folder
5656
path: './dist/docs'

0 commit comments

Comments
 (0)