Skip to content

Commit e6702dc

Browse files
authored
Update build.yml
1 parent 08a333f commit e6702dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Node.js
1616
uses: actions/setup-node@master
1717
with:
18-
node-version: 12.0.0
18+
node-version: 12.x
1919

2020
- name: Install dependencies
2121
run: npm install
@@ -24,7 +24,7 @@ jobs:
2424
run: npm run build
2525

2626
- name: Commit changes
27-
uses: EndBug/add-and-commit@v2.3.0
27+
uses: EndBug/add-and-commit@v2
2828
with:
2929
force: true
3030
message: "[auto] Update compiled version"

0 commit comments

Comments
 (0)