Skip to content

Commit 7483836

Browse files
committed
chore: update workflows config.
1 parent 6a8b401 commit 7483836

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.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-latest
1010
steps:
1111
- uses: actions/checkout@v3
1212
- uses: actions/setup-node@v3

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ on:
33
pull_request:
44

55
jobs:
6-
build-deploy:
7-
runs-on: ubuntu-18.04
6+
build-test:
7+
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v3
1010
- uses: actions/setup-node@v3

0 commit comments

Comments
 (0)