Skip to content

Commit

Permalink
Fixed node-version
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexDyakonov authored Jun 16, 2024
1 parent 918d35f commit 5fb4c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '16'
node-version: '18'

- name: Install dependencies
run: yarn install
Expand Down

0 comments on commit 5fb4c6c

Please sign in to comment.