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 72ae0f3 commit c3f0697Copy full SHA for c3f0697
.github/workflows/publish.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Setup .npmrc file to publish to npm
24
uses: actions/setup-node@v3
25
with:
26
- node-version: 'lts/*'
+ node-version: '18.x'
27
registry-url: 'https://registry.npmjs.org'
28
- name: Install modules
29
run: npm install
@@ -36,7 +36,7 @@ jobs:
36
- name: Setup .npmrc file to publish to GitHub Packages
37
38
39
40
registry-url: 'https://npm.pkg.github.com'
41
scope: '@fasenderos'
42
- run: npm run addscope
.github/workflows/test.yml
@@ -32,7 +32,7 @@ jobs:
32
os:
33
- ubuntu-latest
34
- windows-latest
35
- node: [18.x, 20.x]
+ node: [16.x, 18.x]
steps:
- uses: actions/checkout@v3
0 commit comments