Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tdewolff committed Jul 11, 2022
1 parent 1ffd355 commit 3784167
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-2019]
node: [10, 18]
node: [14, 18]

runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -80,6 +80,9 @@ jobs:
with:
path: bindings/js/prebuilds

- name: Move artifacts
run: cd bindings/js/prebuilds && mv */* .

- name: Publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit 3784167

Please sign in to comment.