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 9eac5e0 commit 68127eeCopy full SHA for 68127ee
.github/workflows/npmpublish.yml
@@ -11,7 +11,7 @@ jobs:
11
- uses: actions/checkout@v1
12
- uses: actions/setup-node@v1
13
with:
14
- node-version: 12
+ node-version: 20
15
- run: npm ci
16
- run: npm test
17
@@ -22,7 +22,7 @@ jobs:
22
23
24
25
26
registry-url: https://registry.npmjs.org/
27
28
- run: npm publish
@@ -36,7 +36,7 @@ jobs:
36
37
38
39
40
registry-url: https://npm.pkg.github.com/
41
scope: '@mubaidr'
42
0 commit comments