Skip to content

Commit ddbc7f8

Browse files
committed
ci: fix node version in release workflow
1 parent 7b970c3 commit ddbc7f8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
registry-url: 'https://registry.npmjs.org'
1818
scope: '@rx-angular'
19-
node-version-file: .tool-versions
19+
node-version-file: .nvmrc
2020
- name: Install dependencies
2121
run: npm ci
2222
- name: Publish to NPM
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
registry-url: 'https://npm.pkg.github.com'
3636
scope: '@rx-angular'
37-
node-version-file: .tool-versions
37+
node-version-file: .nvmrc
3838
- name: Install dependencies
3939
run: npm ci
4040
- name: Publish to GPR

.nvmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
16.15.1

0 commit comments

Comments
 (0)