Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
k2d222 authored Oct 26, 2024
1 parent ca2c98b commit 222f893
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,12 @@ jobs:

runs-on: ubuntu-latest

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

steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
- name: Use Node.js latest
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
node-version: latest
- run: |
cd client || exit 1
npm ci
Expand Down

0 comments on commit 222f893

Please sign in to comment.