Skip to content

Commit

Permalink
removes ubunto from build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Martina-Graeber-One-Identity committed Jan 20, 2025
1 parent db00ae9 commit 80dbc0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
# Currently only can run ubuntu on github agents, windows isn't correctly installing packages
os: [ubuntu-latest, windows-latest]
os: [windows-latest]
node-version: [20.x]

steps:
Expand Down

0 comments on commit 80dbc0f

Please sign in to comment.