Skip to content

Commit f86b1b2

Browse files
authored
fix: ci config file (#80)
* fix: ci config file * chore: update action name
1 parent b8983da commit f86b1b2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml renamed to .github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
name: CI
1+
name: build
22

33
on: ["push", "pull_request"]
44

55
jobs:
6-
ci:
7-
runs-on: ubuntu-20.04
6+
build:
7+
runs-on: ubuntu-latest
88
strategy:
99
matrix:
1010
node-version: [15]
1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v4
1313
- uses: pnpm/action-setup@v2
1414
with:
1515
version: 7

0 commit comments

Comments
 (0)