fixup! Use Node LTS for GitHub Actions
This commit is contained in:
parent
eeedaff661
commit
358f2ef1ef
2 changed files with 2 additions and 2 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
|||
- name: Setup Node
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 'lts'
|
||||
node-version: 'lts/*'
|
||||
|
||||
- name: Install Dependencies
|
||||
run: npm install
|
||||
|
|
2
.github/workflows/pull-request.yml
vendored
2
.github/workflows/pull-request.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
|||
- name: Setup Node
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 'lts'
|
||||
node-version: 'lts/*'
|
||||
- name: Install Dependencies
|
||||
run: npm install
|
||||
- name: Build
|
||||
|
|
Loading…
Reference in a new issue