Skip to content

Commit

Permalink
Update node and dependencies (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKohler committed Mar 9, 2024
1 parent 5b95312 commit 8705b89
Show file tree
Hide file tree
Showing 3 changed files with 623 additions and 505 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: ⎔ Setup node
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20

- name: 📥 Download deps
run: npm ci
Expand All @@ -40,7 +40,7 @@ jobs:
- name: ⎔ Setup node
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20

- name: 📥 Download deps
run: npm ci
Expand All @@ -58,7 +58,7 @@ jobs:
- name: ⎔ Setup node
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20

- name: 📥 Download deps
run: npm ci
Expand Down

0 comments on commit 8705b89

Please sign in to comment.