Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
Update2 node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vehbiOzcan authored Feb 16, 2024
1 parent 5c4bd7b commit 6dc55ea
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [14.x]
node-version: [18.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand All @@ -25,9 +25,6 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}

- name: Install Yarn
run: npm install -g yarn

- name: Install dependencies
run: yarn install
Expand Down

0 comments on commit 6dc55ea

Please sign in to comment.