Skip to content

Commit

Permalink
chore: start branch 6.x
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed Jan 19, 2025
1 parent 98630aa commit 4b9639f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Node.js CI
name: CI for 6.x

on:
push:
branch: master
branch: 6.x
pull_request:
branch: master
branch: 6.x

jobs:
build:
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"description": "Koa cookie session middleware with external store support",
"repository": "koajs/session",
"version": "6.4.0",
"publishConfig": {
"tag": "latest-6"
},
"keywords": [
"koa",
"middleware",
Expand Down

0 comments on commit 4b9639f

Please sign in to comment.