Skip to content

Commit c351c10

Browse files
committed
👷 ci(publish): use node 16 and official registry [no ci]
1 parent f7555cf commit c351c10

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ jobs:
99
- uses: actions/checkout@v2
1010
- uses: actions/setup-node@v1
1111
with:
12-
node-version: 14
13-
registry-url: 'https://wombat-dressing-room.appspot.com'
12+
node-version: 16
1413
- id: publish
1514
env:
1615
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)