Skip to content

Commit

Permalink
ci: fix node version in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
matejchalk committed Feb 10, 2024
1 parent 7b970c3 commit ddbc7f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
registry-url: 'https://registry.npmjs.org'
scope: '@rx-angular'
node-version-file: .tool-versions
node-version-file: .nvmrc
- name: Install dependencies
run: npm ci
- name: Publish to NPM
Expand All @@ -34,7 +34,7 @@ jobs:
with:
registry-url: 'https://npm.pkg.github.com'
scope: '@rx-angular'
node-version-file: .tool-versions
node-version-file: .nvmrc
- name: Install dependencies
run: npm ci
- name: Publish to GPR
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
16.15.1

0 comments on commit ddbc7f8

Please sign in to comment.