Skip to content

Commit

Permalink
Merge branch 'main' of github.com:vvo/iron-session
Browse files Browse the repository at this point in the history
  • Loading branch information
vvo committed Nov 20, 2023
2 parents 209b77c + 15e3d7c commit f68142f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version-file: ".node-version"
cache: "pnpm"
Expand Down
6 changes: 6 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
}

0 comments on commit f68142f

Please sign in to comment.