Skip to content

Commit 7c46db1

Browse files
committed
chore: fix test.yml
1 parent 5233626 commit 7c46db1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
node-version: 20.11
1919
cache: 'npm'
2020
# allow packages inside this repo to consume from our private npm registry
21-
- name: Authenticate against NPM
21+
- name: Authenticate against NPM
2222
run: |
2323
npm config set //npm.pkg.github.com/:_authToken=$GH_TOKEN
2424
npm config list

0 commit comments

Comments
 (0)