Skip to content

Commit

Permalink
playing windarts from a windows machine
Browse files Browse the repository at this point in the history
  • Loading branch information
tbeseda committed Sep 11, 2023
1 parent 617d3b9 commit 3052b81
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 320 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:

- run: npm install

- run: npm link

- run: npm test
env:
CI: true
Expand All @@ -48,10 +50,10 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: 14
node-version: 18
registry-url: https://registry.npmjs.org/

- run: npm i
- run: npm install

- name: Publish @RC to npm
if: contains(github.ref, 'RC')
Expand Down
Loading

0 comments on commit 3052b81

Please sign in to comment.