Skip to content

Commit

Permalink
Merge pull request #369 from ZIMkaRU/feature/update-gh-actions-to-use…
Browse files Browse the repository at this point in the history
…-nodejs-v20

Update gh action setup-node to v4
  • Loading branch information
ezewer authored Apr 15, 2024
2 parents ad04018 + 2f5c6eb commit d2a3845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v4
with:
submodules: recursive
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 18.17.1
- name: Setup configs
Expand Down

0 comments on commit d2a3845

Please sign in to comment.