Skip to content

Commit

Permalink
feat: release of context store methods (#250)
Browse files Browse the repository at this point in the history
Changed node-version in ci-cd to fix actions error
  • Loading branch information
bflorian authored Oct 5, 2023
1 parent 1d35407 commit 4e53c3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
cache: "npm"
- run: npm ci --ignore-scripts
- run: npx commitlint --from HEAD~${{ github.event.pull_request.commits }} --to HEAD
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
cache: "npm"
- run: npm ci
- name: Release
Expand Down

0 comments on commit 4e53c3c

Please sign in to comment.