Skip to content

Commit

Permalink
feat: use egg-logger@3 and sdk-base@4 (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 authored Jun 2, 2024
1 parent c09d858 commit e02e72e
Show file tree
Hide file tree
Showing 10 changed files with 557 additions and 580 deletions.
24 changes: 0 additions & 24 deletions .github/PULL_REQUEST_TEMPLATE.md

This file was deleted.

5 changes: 3 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: CI
on:
push:
branches: [ master ]

pull_request:
branches: [ master ]

Expand All @@ -13,4 +12,6 @@ jobs:
uses: node-modules/github-actions/.github/workflows/node-test.yml@master
with:
os: 'ubuntu-latest'
version: '14.18.0, 14, 16, 18, 20'
version: '14.18.0, 14, 16, 18, 20, 22'
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
Loading

0 comments on commit e02e72e

Please sign in to comment.