Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyro3400 authored Aug 23, 2024
1 parent bf1ce50 commit dc5ef59
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,12 @@ jobs:

runs-on: ubuntu-latest

strategy:
matrix:
node-version: [18.x, 20.x, 22.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
- name: Setup Node
with:
node-version: ${{ matrix.node-version }}
uses: actions/setup-node@v4
node_version: '20.x'
cache: 'npm'
- run: npm i
- run: npm run build

0 comments on commit dc5ef59

Please sign in to comment.