Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
0126d983
Unverified
Commit
0126d983
authored
5 years ago
by
XhmikosR
Committed by
GitHub
5 years ago
Browse files
Options
Download
Email Patches
Plain Diff
workflows/test.yml: switch to `setup-node@v1`. (#29410)
parent
e2a93ec0
2 merge requests
!31948
Examples/Floating-labels: fix bad behavior with autofill
,
!30064
test
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/test.yml
+2
-2
.github/workflows/test.yml
with
2 additions
and
2 deletions
+2
-2
.github/workflows/test.yml
+
2
-
2
View file @
0126d983
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets