Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
green1052 authored Apr 15, 2024
1 parent a70e997 commit c988e12
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ jobs:
runs-on: ubuntu-latest
if: github.repository == 'green1052/GreenList'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: latest

- name: Build
run: (cd dns && node build.js)
run: cd dns && node build.js

- name: Push
uses: EndBug/add-and-commit@v9
Expand Down

0 comments on commit c988e12

Please sign in to comment.