Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SmileYzn authored Sep 5, 2024
1 parent f3895d9 commit 3709276
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,18 @@ on:
branches: [ main ]

jobs:
test:
name: Setup Node.js environment
uses: actions/[email protected]
with:
node-version: '18'

linux:
name: Linux Build
runs-on: ubuntu-latest
container: ubuntu:18.04

steps:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: '18'

- uses: actions/checkout@v4
with:
node-version: '18'
Expand Down

0 comments on commit 3709276

Please sign in to comment.