We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b970c3 commit ddbc7f8Copy full SHA for ddbc7f8
.github/workflows/publish.yml
@@ -16,7 +16,7 @@ jobs:
16
with:
17
registry-url: 'https://registry.npmjs.org'
18
scope: '@rx-angular'
19
- node-version-file: .tool-versions
+ node-version-file: .nvmrc
20
- name: Install dependencies
21
run: npm ci
22
- name: Publish to NPM
@@ -34,7 +34,7 @@ jobs:
34
35
registry-url: 'https://npm.pkg.github.com'
36
37
38
39
40
- name: Publish to GPR
.nvmrc
@@ -0,0 +1 @@
1
+16.15.1
0 commit comments