Skip to content

Commit b78fe04

Browse files
authored
Update continuous-integration-workflow.yml
1 parent 1a66225 commit b78fe04

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/continuous-integration-workflow.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ jobs:
2626
- name: Use Node 12.19
2727
uses: actions/setup-node@v4
2828
with:
29-
node-version: '12.19'
29+
node-version: '18'
30+
npm: '6.14.8'
3031

3132
- name: Install dependencies
3233
run: |

0 commit comments

Comments
 (0)