Skip to content

Commit 75d01df

Browse files
authored
Merge pull request #8 from demonkillerr/update_main_page
ci: update test-build
2 parents 0d39660 + 2707a27 commit 75d01df

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Test deployment
1+
name: test-build
22

33
on:
44
pull_request:
@@ -8,12 +8,12 @@ on:
88
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#on
99

1010
jobs:
11-
test-deploy:
12-
name: Test deployment
11+
test-build:
12+
name: test-build
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v3
16-
- uses: actions/setup-node@v3
15+
- uses: actions/checkout@v4
16+
- uses: actions/setup-node@v4
1717
with:
1818
node-version: 18
1919
cache: npm

0 commit comments

Comments
 (0)