Skip to content

Commit

Permalink
Merge pull request #351 from pylonide/development
Browse files Browse the repository at this point in the history
v2.10.0
  • Loading branch information
exsilium authored Jul 11, 2023
2 parents 56d39c9 + 61219c5 commit f4bfc8f
Show file tree
Hide file tree
Showing 8 changed files with 1,028 additions and 462 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 15.x, 16.x, 17.x, 18.x, 19.x]
node-version: [14.x, 15.x, 16.x, 17.x, 18.x, 19.x, 20.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 14
node-version: 18
- run: npm ci

publish-npm:
Expand All @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 14
node-version: 18
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm publish
Expand Down
4 changes: 2 additions & 2 deletions configs/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,14 +173,14 @@ var config = [
},
{
packagePath: "./connect.session",
name: "cloud9.sid." + port,
name: "pylon.sid." + port,
secret: "v1234",
saveUninitialized: true
},
{
packagePath: "./connect.session.file",
sessionsPath: __dirname + "/../.sessions",
maxAge: 7 * 24 * 60 * 60 * 1000
maxAge: 86400
},
"./pylon.permissions",
{
Expand Down
Loading

0 comments on commit f4bfc8f

Please sign in to comment.