Skip to content

Commit

Permalink
Update node, packages and sass #431
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcastano committed Nov 5, 2023
2 parents 68437bf + 6bf35a1 commit 2cd0556
Show file tree
Hide file tree
Showing 5 changed files with 693 additions and 689 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@ jobs:
- name: Install Dependencies
run: mix deps.get --only test

- name: Setup Node.js 16.x
- name: Setup Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18

- name: npm install and test
run: |
Expand Down

0 comments on commit 2cd0556

Please sign in to comment.