We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c52502 commit d0ef067Copy full SHA for d0ef067
1 file changed
.github/workflows/release.yml
@@ -78,7 +78,10 @@ jobs:
78
steps:
79
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
80
81
- - uses: oxc-project/setup-node@f42e3bda950c7454575e78ee4eaac880a077700c # v1.0.0
+ - uses: oxc-project/setup-node@4c31090ef1282f7c654edf77357894fc80ef5236 # v1.0.2
82
+ with:
83
+ registry-url: "https://npm.pkg.github.com/"
84
+ scope: "@voidzero-dev"
85
86
- name: Bootstrap
87
run: pnpm bootstrap-cli:ci
0 commit comments