Skip to content

Commit

Permalink
chore: update workflows config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Aug 25, 2022
1 parent 9e02d23 commit b06e923
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
build-deploy:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm.yml
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
build-deploy:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
Expand Down
2 changes: 1 addition & 1 deletion packages/react-affix/package.json
@@ -1,6 +1,6 @@
{
"name": "@uiw/react-affix",
"version": "4.21.14",
"version": "4.21.15",
"description": "Affix component",
"author": "Kenny Wong <wowohoo@qq.com>",
"homepage": "https://uiwjs.github.io/#/components/affix",
Expand Down
2 changes: 1 addition & 1 deletion packages/uiw/package.json
Expand Up @@ -56,7 +56,7 @@
"@types/react": "~17.0.39",
"@types/react-dom": "~17.0.11",
"@uiw/formatter": "~1.3.2",
"@uiw/react-affix": "^4.21.14",
"@uiw/react-affix": "^4.21.15",
"@uiw/react-alert": "^4.21.14",
"@uiw/react-auto-link": "^4.21.14",
"@uiw/react-avatar": "^4.21.14",
Expand Down

0 comments on commit b06e923

Please sign in to comment.