Skip to content

Commit

Permalink
fix: workflows node version
Browse files Browse the repository at this point in the history
  • Loading branch information
dlohvinov committed Nov 8, 2024
1 parent bdc72a4 commit 01852a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: lts/*
check-latest: true

- name: Install dependencies
if: steps.cache_node_modules.outputs.cache-hit != 'true'
Expand All @@ -46,6 +47,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: lts/*
check-latest: true

- run: npm run test:unit

Expand Down Expand Up @@ -131,6 +133,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: lts/*
check-latest: true
registry-url: https://registry.npmjs.org

- name: Check publish status
Expand Down Expand Up @@ -166,6 +169,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: lts/*
check-latest: true

- name: Build docs
run: npm run docs:build
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: lts/*
check-latest: true
- run: npm ci
- run: npm run test:unit

0 comments on commit 01852a5

Please sign in to comment.