Skip to content

Commit

Permalink
chore: use the latest npm in prerelease workflow (#9711)
Browse files Browse the repository at this point in the history
  • Loading branch information
OrKoN committed Feb 20, 2023
1 parent c3d98e6 commit e0cdf1f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
uses: actions/checkout@v3.0.2
with:
ssh-key: ${{ secrets.SSH_PRIVATE_KEY }}
- name: Set up Node.js
uses: actions/setup-node@v3.5.1
with:
node-version: latest
- name: Install dependencies
run: npm install
- name: Build
Expand Down

0 comments on commit e0cdf1f

Please sign in to comment.