Skip to content

Commit

Permalink
changed ci
Browse files Browse the repository at this point in the history
  • Loading branch information
RuslanProgrammer committed May 14, 2024
1 parent 21fc4f5 commit 60fac6a
Showing 1 changed file with 1 addition and 1 deletion.
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: "18.16.x"
cache: npm
- name: Install packages
run: npm install
Expand Down

0 comments on commit 60fac6a

Please sign in to comment.