Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Commit

Permalink
small fix + node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
Bogdan Condurache authored and mmokko committed Nov 16, 2023
1 parent e344c37 commit e97fa6a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# - name: Set up Node.js
# uses: actions/setup-node@v2
# with:
# node-version: 18
# node-version: '18'

# - name: Set up Rust
# uses: actions-rs/toolchain@v1
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/publish-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: 18
node-version: '18'
registry-url: 'https://npm.pkg.github.com'

- name: Set up Rust
Expand All @@ -33,6 +33,7 @@ jobs:

- name: Rename and move binary
run: |
mkdir -p ./binaries
mv index.node ./binaries/index-${{ matrix.os }}.node
- name: Upload binary artifact
Expand All @@ -51,7 +52,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: 18
node-version: '18'
registry-url: 'https://npm.pkg.github.com'

- name: Download all artifacts
Expand Down

0 comments on commit e97fa6a

Please sign in to comment.