Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kiaSso authored Aug 27, 2024
1 parent ba151f7 commit 6f3eac6
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,16 @@ jobs:

runs-on: ubuntu-latest

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

steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm init --force --yes
- run: npm install
- run: npm run build --if-present
Expand Down

0 comments on commit 6f3eac6

Please sign in to comment.