Skip to content

Commit

Permalink
feat: export asyncLocalStorage instance to global (#269)
Browse files Browse the repository at this point in the history
pick from #266
and #268
  • Loading branch information
fengmk2 authored Dec 31, 2023
1 parent 2f454a5 commit 11da671
Show file tree
Hide file tree
Showing 10 changed files with 758 additions and 858 deletions.
24 changes: 0 additions & 24 deletions .github/PULL_REQUEST_TEMPLATE.md

This file was deleted.

72 changes: 0 additions & 72 deletions .github/workflows/codeql-analysis.yml

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'
17 changes: 0 additions & 17 deletions .github/workflows/release.yml

This file was deleted.

Loading

0 comments on commit 11da671

Please sign in to comment.