Skip to content

Commit

Permalink
feat: feat: export asyncLocalStorage instance to global
Browse files Browse the repository at this point in the history
pick from #266
and #268
  • Loading branch information
fengmk2 committed Dec 31, 2023
1 parent 2f454a5 commit a92582d
Show file tree
Hide file tree
Showing 8 changed files with 759 additions and 768 deletions.
24 changes: 0 additions & 24 deletions .github/PULL_REQUEST_TEMPLATE.md

This file was deleted.

10 changes: 4 additions & 6 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,14 @@ name: CI

on:
push:
branches: [ master, 4.x ]
branches: [ 4.x ]

pull_request:
branches: [ master, 4.x ]

workflow_dispatch: {}
branches: [ 4.x ]

jobs:
Job:
name: Node.js
uses: artusjs/github-actions/.github/workflows/node-test.yml@v1
uses: node-modules/github-actions/.github/workflows/node-test.yml@master
with:
version: '8, 10, 12, 14.17.0, 14, 16, 18'
version: '8, 10, 12, 14.17.0, 14, 16, 18, 20'
8 changes: 2 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,12 @@ name: Release

on:
push:
branches: [ master ]

workflow_dispatch: {}
branches: [ 4.x ]

jobs:
release:
name: Node.js
uses: artusjs/github-actions/.github/workflows/node-release.yml@v1
uses: eggjs/github-actions/.github/workflows/node-release.yml@master
secrets:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GIT_TOKEN: ${{ secrets.GIT_TOKEN }}
with:
checkTest: false
Loading

0 comments on commit a92582d

Please sign in to comment.