Skip to content

Commit

Permalink
Set up Node.js 18.x version in git checks
Browse files Browse the repository at this point in the history
  • Loading branch information
xjahic committed Jan 3, 2025
1 parent be87e0f commit 8d42602
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Node.js 16.16.0
- name: Set up Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: '16.16.0'
node-version: '18.x'

- name: Set up yarn
run: yarn
Expand Down

0 comments on commit 8d42602

Please sign in to comment.