Skip to content

Commit

Permalink
yml fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen DuMont committed Jun 23, 2022
1 parent 5955d1f commit 4565b3f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
build:

runs-on: ubuntu-latest
runs-on: Windows 10

strategy:
matrix:
Expand All @@ -27,5 +27,5 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm run build --if-present
- run: npm run build
- run: npm test
5 changes: 3 additions & 2 deletions .github/workflows/npm-publish-github-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,19 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: Windows 10
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm ci
- run: npm run build
- run: npm test

publish-gpr:
needs: build
runs-on: ubuntu-latest
runs-on: Windows 10
permissions:
contents: read
packages: write
Expand Down

0 comments on commit 4565b3f

Please sign in to comment.