File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 2222 with :
2323 token : ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
2424 - uses : aboutbits/github-actions-base/git-setup@v2
25- - uses : aboutbits/github-actions-node/configure-github-npm-registry-access@v3
26- - uses : aboutbits/github-actions-node/configure-github-npm-registry-organization@v3
2725 - uses : aboutbits/github-actions-node/build-and-publish-package@v3
2826 id : package
2927 with :
Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ jobs:
1515 node_version : [18, 20, 22]
1616 steps :
1717 - 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
2018 - uses : aboutbits/github-actions-node/setup-and-install@v3
2119 with :
2220 node-version : ${{ matrix.node_version }}
21+ registry-url : ' https://npm.pkg.github.com'
22+ registry-token : ${{ secrets.GITHUB_TOKEN }}
2323 - name : Lint
2424 run : npm run lint
2525 shell : bash
@@ -35,11 +35,11 @@ jobs:
3535 node_version : [18, 20, 22]
3636 steps :
3737 - uses : actions/checkout@v5
38- - uses : aboutbits/github-actions-node/configure-github-npm-registry-access@v3
39- - uses : aboutbits/github-actions-node/configure-github-npm-registry-organization@v3
4038 - uses : aboutbits/github-actions-node/setup-and-install@v3
4139 with :
4240 node-version : ${{ matrix.node_version }}
41+ registry-url : ' https://npm.pkg.github.com'
42+ registry-token : ${{ secrets.GITHUB_TOKEN }}
4343 - name : Test
4444 run : npm run test
4545 shell : bash
You can’t perform that action at this time.
0 commit comments