Skip to content

Commit

Permalink
just node v18
Browse files Browse the repository at this point in the history
  • Loading branch information
fpelliccioni committed Jul 10, 2023
1 parent 5b8abe3 commit b77c83b
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,15 @@ jobs:
id: set-matrix
env:
MATRIX: '{"config": [
{"name": "macOS NodeJS 18","nodejs_version": "18","os": "macos-12","os_kind": "macos","test": "0"},
{"name": "macOS NodeJS 16","nodejs_version": "16","os": "macos-12","os_kind": "macos","test": "0"},
{"name": "macOS NodeJS 14","nodejs_version": "14","os": "macos-12","os_kind": "macos","test": "0"},
{"name": "macOS NodeJS 18","nodejs_version": "18","os": "macos-12","os_kind": "macos","test": "0"}
]}'

# MATRIX: '{"config": [
# {"name": "macOS NodeJS 18","nodejs_version": "18","os": "macos-12","os_kind": "macos","test": "0"},
# {"name": "macOS NodeJS 16","nodejs_version": "16","os": "macos-12","os_kind": "macos","test": "0"},
# {"name": "macOS NodeJS 14","nodejs_version": "14","os": "macos-12","os_kind": "macos","test": "0"},
# ]}'

# {"name": "macOS NodeJS 12","nodejs_version": "12","os": "macos-12","os_kind": "macos","test": "0"},

# MATRIX: '{"config": [{"name": "Linux (GCC11) NodeJS 16","nodejs_version": "16","os": "ubuntu-16.04","os_kind": "linux","test": "1"},
Expand Down Expand Up @@ -99,7 +103,6 @@ jobs:

- run: python --version
- run: python3 --version
- run: wget https://gmplib.org/download/gmp/gmp-6.2.1.tar.bz2
# - run: npm install --loglevel verbose
- run: npm install
- run: git status
Expand Down

0 comments on commit b77c83b

Please sign in to comment.