Skip to content

Commit 52a7a81

Browse files
committed
ci: remove matrix test for node version
1 parent fc2c19a commit 52a7a81

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,13 @@ jobs:
99
build:
1010
runs-on: ubuntu-latest
1111

12-
strategy:
13-
matrix:
14-
node-version: [18.x, 20.x]
15-
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
16-
1712
steps:
1813
- uses: actions/checkout@v4
1914

20-
- name: Use Node.js ${{ matrix.node-version }}
15+
- name: Use Node.js
2116
uses: actions/setup-node@v4
2217
with:
23-
node-version: ${{ matrix.node-version }}
18+
node-version-file: '.nvmrc'
2419
cache: 'yarn'
2520

2621
- name: Dependencies

0 commit comments

Comments
 (0)