Skip to content

Commit

Permalink
Update node version to LTS in test workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Falci committed Nov 23, 2023
1 parent 68c0c6e commit 64fb4c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Setup Integration
uses: actions/setup-node@v3.5.1
with:
node-version: 18
node-version: lts

- name: Integration Tests
working-directory: ./integration
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Setup Integration
uses: actions/setup-node@v3.5.1
with:
node-version: 18
node-version: lts

- name: Integration Tests
working-directory: ./integration
Expand Down

0 comments on commit 64fb4c9

Please sign in to comment.