Skip to content

Commit

Permalink
fix: build fixes (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
korvin89 authored and zefirka committed Jul 24, 2023
1 parent 91b39d5 commit 91b86a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: 18
node-version: '18.x'
cache: 'npm'
- name: Install Packages
run: npm ci
Expand All @@ -38,7 +38,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: 18
node-version: '18.x'
cache: 'npm'
- name: Install Packages
run: npm ci
Expand Down

0 comments on commit 91b86a3

Please sign in to comment.