Skip to content

Commit

Permalink
ci(github-actions): sync npm version from .nvmrc (#5867)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhayab authored Sep 26, 2023
1 parent c59c53c commit 8a5b0c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-templates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: '14'
node-version-file: '.nvmrc'

- name: 📦 install dependencies
run: |
Expand Down

0 comments on commit 8a5b0c7

Please sign in to comment.