Skip to content

Commit

Permalink
fix: node version for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeniya Bashieva committed Feb 10, 2025
1 parent 93fa59c commit 610a9dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 18 # Use the appropriate version of Node.js for your project
node-version: 20 # Use the appropriate version of Node.js for your project

- name: Install dependencies
run: yarn install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [18.x]
node-version: [20.x]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 610a9dd

Please sign in to comment.