Skip to content

Commit f32b7a2

Browse files
committed
Update build.yml
1 parent c2cbbfb commit f32b7a2

1 file changed

Lines changed: 5 additions & 8 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,13 @@ jobs:
1010
build:
1111
runs-on: ubuntu-latest
1212

13-
strategy:
14-
matrix:
15-
node-version: [15.x, 16.x]
16-
1713
steps:
18-
- uses: actions/checkout@v2
19-
- name: Use Node.js ${{ matrix.node-version }}
20-
uses: actions/setup-node@v1
14+
- uses: actions/checkout@v4
15+
- name: Use Node.js 18.19.0
16+
uses: actions/setup-node@v4
2117
with:
22-
node-version: ${{ matrix.node-version }}
18+
node-version: 18.19.0
19+
cache: npm
2320
- run: npm ci
2421
- run: npm run build
2522
env:

0 commit comments

Comments
 (0)