mirror of
https://github.com/eggjs/egg.git
synced 2024-12-04 07:14:30 +00:00
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Chores** - Updated Node.js versions in CI workflows to include version 22. - Removed an unused parameter in the release workflow to streamline operations. - **Refactor** - Improved code efficiency in HTTP client by using destructured imports. - **Documentation** - Updated software dependencies in `package.json` to enhance functionality and compatibility. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
15 lines
353 B
YAML
15 lines
353 B
YAML
name: Release
|
|
on:
|
|
push:
|
|
branches: [ master, 2.x, 1.x ]
|
|
|
|
jobs:
|
|
release:
|
|
name: Node.js
|
|
uses: eggjs/github-actions/.github/workflows/node-release.yml@master
|
|
secrets:
|
|
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
|
GIT_TOKEN: ${{ secrets.GIT_TOKEN }}
|
|
with:
|
|
install: 'npm install --legacy-peer-deps --no-package-lock --no-fund'
|