Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

Commit fb5cbc2

Browse files
committed
added github actions
1 parent 5a9b100 commit fb5cbc2

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@ jobs:
88
name: Build & Release
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v2
12-
- uses: actions/setup-node@v2
11+
- name: Checkout
12+
uses: actions/checkout@v2
13+
- name: SetUp Node and dependencies
14+
uses: actions/setup-node@v2
1315
with:
1416
node-version: '16'
1517
- run: npm install yarn

0 commit comments

Comments
 (0)