Skip to content

Commit

Permalink
feat: support Node.js v18 and Electron v17 and v18
Browse files Browse the repository at this point in the history
  • Loading branch information
matteodisabatino committed May 24, 2022
1 parent 1471c65 commit f031721
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-publish.yml
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [16.x]
node-version: [18.x]
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v2
Expand All @@ -28,7 +28,7 @@ jobs:
build-linux-musl:
runs-on: ubuntu-latest
container:
image: node:16-alpine
image: node:18-alpine
steps:
- uses: actions/checkout@v2
- name: Install sdk and python
Expand All @@ -46,10 +46,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 16
- name: Use Node.js 18
uses: actions/setup-node@v2
with:
node-version: "16"
node-version: "18"
registry-url: https://registry.npmjs.org/
- run: npm publish
env:
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@matteodisabatino/gc_info",
"version": "1.4.0",
"version": "1.3.0",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
Expand Down

0 comments on commit f031721

Please sign in to comment.