aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-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