Skip to content

Commit 4e53c3c

Browse files
authored
feat: release of context store methods (#250)
Changed node-version in ci-cd to fix actions error
1 parent 1d35407 commit 4e53c3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-cd.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fetch-depth: 0
2020
- uses: actions/setup-node@v3
2121
with:
22-
node-version: 16
22+
node-version: 18
2323
cache: "npm"
2424
- run: npm ci --ignore-scripts
2525
- run: npx commitlint --from HEAD~${{ github.event.pull_request.commits }} --to HEAD
@@ -56,7 +56,7 @@ jobs:
5656
- name: Setup Node.js
5757
uses: actions/setup-node@v3
5858
with:
59-
node-version: 16
59+
node-version: 18
6060
cache: "npm"
6161
- run: npm ci
6262
- name: Release

0 commit comments

Comments
 (0)