Skip to content

Commit

Permalink
ci: use node lts version
Browse files Browse the repository at this point in the history
  • Loading branch information
velut committed Feb 19, 2024
1 parent 0a265d3 commit 46a14cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 18.x
node-version: lts/*
cache: 'pnpm'

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/not-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 18.x
node-version: lts/*
cache: 'pnpm'

- name: Install dependencies
Expand Down

0 comments on commit 46a14cf

Please sign in to comment.