Skip to content

Commit 19012e5

Browse files
authored
Merge pull request #226 from SolidOS/solidosDependencies
Solidos dependencies
2 parents 8acc371 + f3c58a9 commit 19012e5

3 files changed

Lines changed: 68 additions & 128 deletions

File tree

.github/workflows/ci.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,13 @@ on:
1515
workflow_dispatch:
1616

1717
jobs:
18-
build:
18+
update-deps:
19+
uses: SolidOS/solidos/.github/workflows/update-solidos-deps.yml@main
20+
secrets: inherit
1921

22+
build:
23+
needs: update-deps
2024
runs-on: ubuntu-latest
21-
2225
strategy:
2326
matrix:
2427
node-version:
@@ -62,6 +65,9 @@ jobs:
6265

6366
npm-publish-dev:
6467
needs: build
68+
permissions:
69+
id-token: write
70+
contents: read
6571
uses: SolidOS/solidos/.github/workflows/publish-prerelease.yml@main
6672
with:
6773
node_version: 22

package-lock.json

Lines changed: 49 additions & 118 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)