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 94a9639 commit 511819b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,14 @@ on:

jobs:
build:

runs-on: ${{ matrix.os }}

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

steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand All @@ -36,8 +33,8 @@ jobs:
name: webpack artifacts
path: my-server.js
test:
needs: build
runs-on: '${{ matrix.os }}'
# needs: build
runs-on: ${{ matrix.os }}
steps:
- uses: actions/download-artifact@main
with:
Expand Down

0 comments on commit 511819b

Please sign in to comment.