Skip to content

Commit 32ac9b7

Browse files
authored
Update node.js.yml
1 parent dccd176 commit 32ac9b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/node.js.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
22
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
33

4-
name: Node.js CI
4+
name: Build-Test-Deploy
55

66
on:
77
push:
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@v2
2323
- name: Build 🌍 and Test 🐞
24-
uses: actions/setup-node@v1x
24+
uses: actions/setup-node@v2.1.2
2525
with:
2626
node-version: ${{ matrix.node-version }}
2727
- run: npm install

0 commit comments

Comments
 (0)