Skip to content

Commit

Permalink
feat: support node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
iCrawl committed Jul 3, 2022
1 parent 3befecb commit 478484d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Expand Up @@ -27,7 +27,7 @@ jobs:
run: npm run build

- name: Upload prebuild asset
uses: icrawl/action-artifact@v3
uses: icrawl/action-artifact@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
run: npm run build

- name: Upload prebuild asset
uses: icrawl/action-artifact@v3
uses: icrawl/action-artifact@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
run: npm run build

- name: Upload prebuild asset
uses: icrawl/action-artifact@v3
uses: icrawl/action-artifact@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
CC=aarch64-linux-gnu-gcc CXX=aarch64-linux-gnu-g++ npx node-pre-gyp --target_arch=arm64 configure build package
- name: Upload prebuild asset
uses: icrawl/action-artifact@v3
uses: icrawl/action-artifact@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
CC=aarch64-linux-gnu-gcc CXX=aarch64-linux-gnu-g++ npx node-pre-gyp --target_arch=arm64 configure build package
- name: Upload prebuild asset
uses: icrawl/action-artifact@v3
uses: icrawl/action-artifact@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down Expand Up @@ -192,7 +192,7 @@ jobs:
npx node-pre-gyp --target_arch=arm64 configure build package
- name: Upload prebuild asset
uses: icrawl/action-artifact@v3
uses: icrawl/action-artifact@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@discordjs/opus",
"version": "0.7.0",
"version": "0.8.0",
"description": "Opus bindings for Node",
"main": "lib/index.js",
"types": "typings/index.d.ts",
Expand Down

0 comments on commit 478484d

Please sign in to comment.