Skip to content

Commit

Permalink
ci: latest setup-node
Browse files Browse the repository at this point in the history
  • Loading branch information
akopachov committed Feb 12, 2024
1 parent cde4ab8 commit 0050d31
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/create-new-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,10 @@ jobs:
fetch-depth: 0

- name: Install Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4.0.2
with:
node-version-file: ./.nvmrc
cache: pnpm

- name: Install pnpm
run: |
Expand Down

0 comments on commit 0050d31

Please sign in to comment.