Skip to content

Commit b06e923

Browse files
committed
chore: update workflows config.
1 parent 9e02d23 commit b06e923

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

‎.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
build-deploy:
13-
runs-on: ubuntu-18.04
13+
runs-on: ubuntu-20.04
1414
steps:
1515
- uses: actions/checkout@v2
1616
- uses: actions/setup-node@v2

‎.github/workflows/npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
build-deploy:
9-
runs-on: ubuntu-18.04
9+
runs-on: ubuntu-20.04
1010
steps:
1111
- uses: actions/checkout@v2
1212
- uses: actions/setup-node@v2

‎packages/react-affix/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uiw/react-affix",
3-
"version": "4.21.14",
3+
"version": "4.21.15",
44
"description": "Affix component",
55
"author": "Kenny Wong <wowohoo@qq.com>",
66
"homepage": "https://uiwjs.github.io/#/components/affix",

‎packages/uiw/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"@types/react": "~17.0.39",
5757
"@types/react-dom": "~17.0.11",
5858
"@uiw/formatter": "~1.3.2",
59-
"@uiw/react-affix": "^4.21.14",
59+
"@uiw/react-affix": "^4.21.15",
6060
"@uiw/react-alert": "^4.21.14",
6161
"@uiw/react-auto-link": "^4.21.14",
6262
"@uiw/react-avatar": "^4.21.14",

0 commit comments

Comments
 (0)