Skip to content

Commit

Permalink
github pages node.js & yarn versions updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmetemrekilinc committed Feb 11, 2024
1 parent bf93426 commit 0ee315a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

strategy:
matrix:
node-version: [18.18.2]
node-version: [20.10.0]

steps:
- uses: actions/checkout@v3
Expand All @@ -27,7 +27,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Update yarn @v2
run: corepack enable
- run: corepack prepare yarn@4.0.1 --activate
- run: corepack prepare yarn@4.1.0 --activate
- run: yarn -v
- name: Install dependencies
run: rm -rf node_modules && yarn install
Expand Down

0 comments on commit 0ee315a

Please sign in to comment.