Skip to content

Commit

Permalink
fix(ci): fix node version
Browse files Browse the repository at this point in the history
  • Loading branch information
burgerni10 committed Apr 17, 2023
1 parent 6e3148c commit 4de4103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup_environment/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ runs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 16.20
node-version: 16

- name: Get current date
shell: bash
Expand Down

0 comments on commit 4de4103

Please sign in to comment.