Skip to content

Commit

Permalink
fix: release.
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasMontone committed Aug 22, 2023
1 parent 7863265 commit f3eb5f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release
on:
push:
branches:
- master
- main
jobs:
release:
name: Release
Expand All @@ -15,9 +15,9 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 16
node-version: 18
- name: Install dependencies
run: npm ci
run: npm ci --legacy-peer-deps
- name: Build library
run: npm run build
- name: Release
Expand Down

0 comments on commit f3eb5f3

Please sign in to comment.