chore: use the latest npm in prerelease workflow (#9711)

This commit is contained in:
Alex Rudenko 2023-02-20 16:43:53 +01:00 committed by GitHub
parent c3d98e6a45
commit e0cdf1f4ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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