aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2019-09-16 15:28:25 +0300
committerGitHub <[email protected]>2019-09-16 15:28:25 +0300
commit0126d9832b03fbb584066cc5f1eeadd283665ed6 (patch)
tree90d34cda63a624037c9820e6925793b687e80c92 /.github
parente2a93ec094d6ec1283c10a220b26a2acb4b7417c (diff)
downloadbootstrap-0126d9832b03fbb584066cc5f1eeadd283665ed6.tar.xz
bootstrap-0126d9832b03fbb584066cc5f1eeadd283665ed6.zip
workflows/test.yml: switch to `setup-node@v1`. (#29410)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index f9a9444a5..55eac1eb7 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -18,9 +18,9 @@ jobs:
fetch-depth: 3
- name: Set Node.js version
- uses: actions/[email protected]
+ uses: actions/setup-node@v1
with:
- version: ${{ matrix.node }}
+ node-version: ${{ matrix.node }}
- run: node --version
- run: npm --version