Skip to content

Commit

Permalink
Updated node version in CI (#6)
Browse files Browse the repository at this point in the history
* Updated node version in CI

* Updated package-lock.json
  • Loading branch information
KyrylR authored Mar 20, 2024
1 parent 25ca58d commit c2e9be5
Show file tree
Hide file tree
Showing 2 changed files with 1,102 additions and 973 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ runs:
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: "16.18.x"
node-version: "20.x"
cache: npm
- name: Install packages
run: npm install
Expand Down
Loading

0 comments on commit c2e9be5

Please sign in to comment.