Skip to content

Commit

Permalink
chore: updates foundry-js to 0.16, falcon-shoelace to 0.4.0, and tail…
Browse files Browse the repository at this point in the history
…wind-toucan-base to 5.0.0
  • Loading branch information
mraible committed Nov 1, 2024
1 parent 062f9bb commit e30a4c6
Show file tree
Hide file tree
Showing 3 changed files with 4,230 additions and 7 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node 20
- name: Use Node 22
uses: actions/setup-node@v4
with:
node-version: 20
- name: Run npm install
run: npm install
node-version: 22
cache: 'npm'
- name: Run npm ci
run: npm ci
- name: Build React app
run: npm run build
Loading

0 comments on commit e30a4c6

Please sign in to comment.