Skip to content

Commit 7f04072

Browse files
authored
Update wf_deploy_web.yml
1 parent 5f346a3 commit 7f04072

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/wf_deploy_web.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@ jobs:
1414
Install_dependencies:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/setup-node@v3
1818
- name: Setup Node
19-
uses: actions/setup-node@v3
2019
with:
2120
node-version: "18"
2221
- name: Install dependencies & build

0 commit comments

Comments
 (0)