Skip to content

Commit

Permalink
upgrade github CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
WebFreak001 committed Sep 22, 2024
1 parent f1c6fde commit 3ee46fa
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,21 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v4

- name: Install D compiler
uses: dlang-community/setup-dlang@v2
with:
compiler: dmd

- name: Start xvfb
if: startsWith(matrix.os, 'ubuntu')
run: /usr/bin/Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
- name: Set Node.js 10.x
uses: actions/setup-node@master

- name: Set Node.js
uses: actions/setup-node@v4
with:
version: 10.x
node-version: lts/*

- name: npm install
run: npm install
Expand Down

0 comments on commit 3ee46fa

Please sign in to comment.