Skip to content

Commit d4140dd

Browse files
committed
Use latest version of node for Vue
1 parent 5552f22 commit d4140dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ jobs:
3737
working-directory: src/ServicePulse.Host
3838
# Vue - Install dependencies and build app
3939
- name: Vue - Set up Node.js
40-
uses: actions/setup-node@v4.0.1
40+
uses: actions/setup-node@v4
4141
with:
42-
node-version: 16
42+
node-version: latest
4343
- name: Vue - Install dependencies and build app
4444
run: |
4545
npm install

0 commit comments

Comments
 (0)