Skip to content

Commit

Permalink
Merge branch 'main' into renovate/simple-git-3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
at-wat authored Dec 11, 2023
2 parents 3867a5e + 0c45a43 commit 3ee1fc0
Show file tree
Hide file tree
Showing 5 changed files with 74 additions and 60 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version-file: .node-version
- uses: actions/cache@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
)
runs-on: ubuntu-latest
steps:
- uses: actions/github-script@v6
- uses: actions/github-script@v7
id: get-ref
with:
script: |
Expand All @@ -44,7 +44,7 @@ jobs:
- uses: actions/checkout@v4
with:
ref: ${{ fromJSON(steps.get-ref.outputs.result).ref }}
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
- uses: actions/cache@v3
with:
path: ~/.npm
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.8.1
20.10.0
120 changes: 67 additions & 53 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"simple-git": "3.21.0"
},
"devDependencies": {
"@vercel/ncc": "0.38.0",
"eslint": "8.51.0",
"prettier": "3.0.3"
"@vercel/ncc": "0.38.1",
"eslint": "8.55.0",
"prettier": "3.1.1"
}
}

0 comments on commit 3ee1fc0

Please sign in to comment.