We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6539884 commit 052907aCopy full SHA for 052907a
1 file changed
.github/workflows/netlicensing-js-release.yml
@@ -11,7 +11,7 @@ jobs:
11
- uses: actions/checkout@v3
12
- uses: actions/setup-node@v3
13
with:
14
- node-version: 14
+ node-version: 18
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
0 commit comments