Skip to content

Commit

Permalink
fix: dyploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
appsaeed committed Jul 12, 2023
1 parent eec30a2 commit 4979b20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dyploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
uses: actions/checkout@v2

- name: Setup Node
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: 16
node-version: 18

- name: Install dependencies
uses: bahmutov/npm-install@v1
Expand Down

0 comments on commit 4979b20

Please sign in to comment.