There was an error while loading. Please reload this page.
1 parent 2bbe8e0 commit 9c2b496Copy full SHA for 9c2b496
1 file changed
.github/workflows/main.yml
@@ -15,6 +15,8 @@ jobs:
15
node_version: [18, 20, 22]
16
steps:
17
- uses: actions/checkout@v5
18
+ - uses: aboutbits/github-actions-node/configure-github-npm-registry-access@v3
19
+ - uses: aboutbits/github-actions-node/configure-github-npm-registry-organization@v3
20
- uses: aboutbits/github-actions-node/setup-and-install@v3
21
with:
22
node-version: ${{ matrix.node_version }}
@@ -33,6 +35,8 @@ jobs:
33
35
34
36
37
38
39
40
41
42
0 commit comments