We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 378e57d commit f89347dCopy full SHA for f89347d
.github/workflows/npm-debug.yml
@@ -0,0 +1,16 @@
1
+name: NPM debug
2
+
3
+on:
4
+ workflow_dispatch:
5
6
+jobs:
7
+ publish-npm:
8
+ runs-on: ubuntu-latest
9
+ steps:
10
+ - uses: actions/checkout@v4
11
+ - uses: actions/setup-node@v4
12
+ with:
13
+ node-version: 18.x
14
+ registry-url: 'https://registry.npmjs.org'
15
+ - run: |
16
+ npm whoami
0 commit comments