Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ce190be

Browse files
Update node-workflow-1.yml
1 parent 4130ec1 commit ce190be

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/node-workflow-1.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,10 @@ jobs:
3434
uses: actions/checkout@v2
3535

3636
- name: Setup Node.js 15.x
37-
uses: actions/setup-node@v1
37+
uses: actions/setup-node@v4
3838
with:
3939
node-version: 15.x
40+
cache: 'npm'
4041

4142
- name: Install dependencies
4243
run: npm install

0 commit comments

Comments
 (0)