Skip to content

Commit

Permalink
Merge pull request microsoft#4 from microsoft/dev/ankatopo/node-setup…
Browse files Browse the repository at this point in the history
…-update

Updated setup-node version
  • Loading branch information
A-Katopodis authored Feb 2, 2021
2 parents 30cd2aa + 6742586 commit 156ae6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/E2E integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

steps:
- name: Setup Node.js environment
uses: actions/setup-node@v1.4.3
uses: actions/setup-node@v2.1.4

- uses: actions/checkout@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node-version-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v2.1.4
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
Expand Down

0 comments on commit 156ae6e

Please sign in to comment.