Skip to content

Commit

Permalink
Fix test workflow to run on node 18
Browse files Browse the repository at this point in the history
Change-type: patch
  • Loading branch information
otaviojacobi committed Oct 19, 2023
1 parent 7c60209 commit 2a7b7c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ runs:
if: ${{ env.os_value == 'ubuntu-20.04' }}
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18

- name: Setup Node.js lts
if: ${{ env.os_value != 'ubuntu-20.04' }}
Expand Down

0 comments on commit 2a7b7c4

Please sign in to comment.