Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test #46

Open
wants to merge 14 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
Update npm.yml for Azure Pipelines
  • Loading branch information
ItsBlaZZe committed Feb 20, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 859f1a22a0d4a4e99dcc868ba431e281145a9c22
4 changes: 2 additions & 2 deletions npm.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
trigger:
- main
- none

pool:
vmImage: 'ubuntu-latest'

steps:
- task: UseNode@1
inputs:
version: '16.14.4'
version: '16.X'
displayName: 'Install Node.js'