Skip to content

Commit bdc727a

Browse files
committed
ci: run tests on last lts
1 parent f3435b7 commit bdc727a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ on:
44
push:
55
branches:
66
- main
7-
- renovate/*
8-
- renovate/*
97
pull_request:
108
branches:
119
- main
@@ -17,14 +15,13 @@ jobs:
1715
strategy:
1816
matrix:
1917
os: [ubuntu-latest, windows-latest]
20-
node: [18]
2118

2219
steps:
2320
- uses: actions/checkout@v5
2421
- run: corepack enable
2522
- uses: actions/setup-node@v4
2623
with:
27-
node-version: ${{ matrix.node }}
24+
node-version: lts/-1
2825
cache: "pnpm"
2926

3027
- name: 📦 Install dependencies

0 commit comments

Comments
 (0)