Skip to content

Commit

Permalink
Try lts/* tag
Browse files Browse the repository at this point in the history
  • Loading branch information
shirish87 committed Jan 30, 2024
1 parent 963a8e3 commit eae17c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
name: Publish docs

on:
push:
branches: [main]
Expand Down Expand Up @@ -27,7 +26,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "lts"
node-version: "lts/*"
cache: "npm"
- run: |
npm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "lts"
node-version: "lts/*"
cache: "npm"

- name: Build
Expand Down

0 comments on commit eae17c4

Please sign in to comment.