Skip to content

Commit

Permalink
Merge pull request #8 from sotobotero/feature/testga
Browse files Browse the repository at this point in the history
Update buildfeatures.yml
  • Loading branch information
sotobotero authored Oct 27, 2023
2 parents aec2e53 + 454045d commit a6a4b8b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/buildfeatures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,17 @@ jobs:
runs-on: windows-lates

steps:

- uses: actions/checkout@v3

- name: Use Node.js 18
uses: actions/setup-node@v3
with:
node-version: 18
cache: 'npm'

- run: npm ci

- run: npm run build --if-present

- run: npm test

0 comments on commit a6a4b8b

Please sign in to comment.