Skip to content

Commit

Permalink
fix: set node v github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
SvetlanaMuravlova committed Jul 17, 2023
1 parent 398bf63 commit ff6779a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- uses: actions/cache@v3
id: cache
with:
node-version: 14
path: node_modules
key: node_modules-${{ hashFiles('**/package-lock.json') }}
- run: npm ci
Expand Down

0 comments on commit ff6779a

Please sign in to comment.