Skip to content

Commit

Permalink
fix(ci): upgrade node version to v16.19.0 for jobs-e2e-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
GuilaneDen authored Mar 30, 2023
1 parent ceae53f commit 4bb41b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ jobs:
- name: Install node
uses: actions/setup-node@v3
with:
node-version: "14.18.1"
node-version: "16.19.0"
- name: Install yarn
run: |
npm install -g yarn
Expand Down

0 comments on commit 4bb41b2

Please sign in to comment.