Skip to content

Commit

Permalink
fix: usage of node12 which is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
hamirmahal committed Dec 13, 2024
1 parent a50bc37 commit 048cea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/init/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: ''
runs:
using: composite
steps:
- uses: actions/setup-node@v2
- uses: actions/setup-node@v4
with:
node-version: '20'

Expand Down

0 comments on commit 048cea9

Please sign in to comment.