Skip to content

Commit

Permalink
merge with develop
Browse files Browse the repository at this point in the history
  • Loading branch information
IsmaelMartinez committed Jun 6, 2024
2 parents e67b1d0 + 3637fbc commit 148f63f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/snap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install Node.js and NPM
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20

- name: Build
run: npm ci
Expand All @@ -49,7 +49,7 @@ jobs:
- name: Install Node.js and NPM
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20

- name: Build
run: npm ci
Expand Down

0 comments on commit 148f63f

Please sign in to comment.