Skip to content

Commit b4842da

Browse files
ChristosTjourdain
authored andcommitted
ci(release): update node version in release job
Match the node version in the release job to the one we use in testing
1 parent cb77a75 commit b4842da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_and_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
- name: Set Up Node
101101
uses: actions/setup-node@v3
102102
with:
103-
node-version: 16
103+
node-version: 22
104104

105105
- name: Build Vue2 Components
106106
run: |

0 commit comments

Comments
 (0)