Skip to content

Commit

Permalink
node 18 & 20
Browse files Browse the repository at this point in the history
  • Loading branch information
bourgeoa committed Jan 16, 2025
1 parent 6813c9b commit 530df45
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
strategy:
matrix:
node-version:
- 16.x
- 18.x
- 20.x
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
Expand All @@ -25,9 +25,9 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run build
- run: npm run bundlesize
- run: bundlesize
- name: Save build
if: matrix.node-version == '16.x'
if: matrix.node-version == '18.x'
uses: actions/upload-artifact@v4
with:
name: build
Expand Down

0 comments on commit 530df45

Please sign in to comment.