Skip to content

Commit

Permalink
Package version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Krönert committed Apr 24, 2023
1 parent 99b5e6a commit 623a239
Show file tree
Hide file tree
Showing 7 changed files with 6,376 additions and 8,485 deletions.
5 changes: 3 additions & 2 deletions docs/pages/Tutorials/10_DevOps.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,16 +97,17 @@ <h2>Getting Started</h2>
<span class="hljs-attr">always:</span> <span class="hljs-literal">true</span>

<span class="hljs-attr">pool:</span>
<span class="hljs-attr">vmImage:</span> <span class="hljs-string">&#x27;ubuntu-latest&#x27;</span>
<span class="hljs-attr">vmImage:</span> <span class="hljs-string">&#x27;ubuntu-22.04&#x27;</span>

<span class="hljs-attr">steps:</span>
<span class="hljs-bullet">-</span> <span class="hljs-attr">task:</span> <span class="hljs-string">NodeTool@0</span>
<span class="hljs-attr">inputs:</span>
<span class="hljs-attr">versionSpec:</span> <span class="hljs-string">&#x27;10.x&#x27;</span>
<span class="hljs-attr">versionSpec:</span> <span class="hljs-string">&#x27;18.x&#x27;</span>
<span class="hljs-attr">displayName:</span> <span class="hljs-string">&#x27;Install Node.js&#x27;</span>

<span class="hljs-bullet">-</span> <span class="hljs-attr">script:</span> <span class="hljs-string">|
npm ci
npx playwright install-deps
npm run test
</span> <span class="hljs-attr">displayName:</span> <span class="hljs-string">&#x27;npm install and build&#x27;</span>
<span class="hljs-attr">env:</span>
Expand Down
Loading

0 comments on commit 623a239

Please sign in to comment.