Skip to content
This repository was archived by the owner on Jan 2, 2023. It is now read-only.

Commit a683e52

Browse files
author
Bassem Dghaidi
committed
Fix action typo
1 parent 86525e0 commit a683e52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
name: webpack artifacts
4444
path: dist/
4545
- name: Use Node.js ${{ matrix.node-version }}
46-
uses: actions/steup-node@v1
46+
uses: actions/setup-node@v1
4747
with:
4848
node-version: ${{ matrix.node-version }}
4949
- name: npm install and test

0 commit comments

Comments
 (0)