Skip to content

Commit

Permalink
edit node version in main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hadeerashrafelnagar committed Oct 30, 2023
1 parent 51d1a7e commit 985d764
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Use Node 14
- name: Use Node 18
uses: actions/setup-node@v1
with:
node-version: '14'
node-version: '18'
# Comment the next line out
# if the repo uses Github Package Registry packages
# registry-url: 'https://npm.pkg.github.com'
Expand Down Expand Up @@ -43,10 +43,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Use Node 14
- name: Use Node 18
uses: actions/setup-node@v1
with:
node-version: '14'
node-version: '18'
# Comment the next line out
# if the repo uses Github Package Registry packages
# registry-url: 'https://npm.pkg.github.com'
Expand Down

0 comments on commit 985d764

Please sign in to comment.