Unverified Commit 0126d983 authored by XhmikosR's avatar XhmikosR Committed by GitHub
Browse files

workflows/test.yml: switch to `setup-node@v1`. (#29410)

parent e2a93ec0
2 merge requests!31948Examples/Floating-labels: fix bad behavior with autofill,!30064test
Showing with 2 additions and 2 deletions
+2 -2
......@@ -18,9 +18,9 @@ jobs:
fetch-depth: 3
- name: Set Node.js version
uses: actions/setup-node@v1.1.0
uses: actions/setup-node@v1
with:
version: ${{ matrix.node }}
node-version: ${{ matrix.node }}
- run: node --version
- run: npm --version
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment