Skip to content
This repository was archived by the owner on Feb 15, 2025. It is now read-only.

Commit 45ef92b

Browse files
committed
fixed release.yaml
1 parent 72b7ff2 commit 45ef92b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
# Setup NodeJS
1818
- name: 🟢 Setup Node ${{ matrix.node_version }}
1919
uses: actions/setup-node@v1
20-
with:
21-
node-version: 12
20+
with:
21+
node-version: 12
2222

2323
# Install Dependencies
2424
- name: ⏳ Install

0 commit comments

Comments
 (0)