Skip to content

Commit

Permalink
Updated node-version to 18.x for a CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiaMineJP committed Mar 24, 2024
1 parent 995e1de commit ccdd655
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Setup Node 16
uses: actions/setup-node@v3
- name: Setup Node 18
uses: actions/setup-node@v4
with:
node-version: '16.x'
node-version: '18.x'

- name: Get yarn version
run: echo "yarn_version=$(yarn -v)" >> $GITHUB_ENV
Expand Down

0 comments on commit ccdd655

Please sign in to comment.