Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wendelfabianchinsamy committed Oct 8, 2023
1 parent 9a02f28 commit 167303d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Get code from repository
uses: actions/[email protected]
- name: Install NodeJS
uses: actions/setup-node@3.8.1
uses: actions/setup-node@v3.8.1
with:
node-version: 18
- name: Install dependencies
Expand Down

0 comments on commit 167303d

Please sign in to comment.