Skip to content

Commit

Permalink
update github workflow proper node version
Browse files Browse the repository at this point in the history
  • Loading branch information
Buko-pie committed Jan 15, 2024
1 parent 64c7654 commit 4441a0f
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 @@ -16,10 +16,10 @@ jobs:
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
- name: Setup node v16
- name: Setup node v18
uses: actions/setup-node@v3
with:
node-version: 16
node-version: v18.16.1
- name: Install and Build 🔧
run: |
yarn install
Expand Down

0 comments on commit 4441a0f

Please sign in to comment.