We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98630aa commit 4b9639fCopy full SHA for 4b9639f
.github/workflows/nodejs.yml
@@ -1,10 +1,10 @@
1
-name: Node.js CI
+name: CI for 6.x
2
3
on:
4
push:
5
- branch: master
+ branch: 6.x
6
pull_request:
7
8
9
jobs:
10
build:
package.json
@@ -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",
11
"middleware",
0 commit comments