Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6de0a36

Browse files
committedFeb 13, 2024
Use latest version of node for Vue
1 parent 1ea092d commit 6de0a36

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)