Skip to content

Commit

Permalink
switch ci to node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
lokesh-couchbase committed Apr 2, 2024
1 parent e2015e3 commit f72699c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,18 +46,18 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 18
architecture: ${{ matrix.arch }}
cache: 'npm'
- run: echo '${{ secrets.CONFIG_JSON }}' > ${{ github.workspace }}/src/config.json
- uses: ilammy/setup-nasm@v1
- name: windows-specific
shell: pwsh
if: matrix.platform == 'win32'
run: choco install openssl.light --version=1.1.1 && choco install cmake && npm config set msvs_version 2022 && npm config set msvs-version 2022 --global && npm install --global cmake-js node-gyp && echo CMAKE_JS_LIB - $CMAKE_JS_LIB
run: choco install openssl.light --version=1.1.1 && choco install cmake --global && npm install --global cmake-js node-gyp && echo CMAKE_JS_LIB - $CMAKE_JS_LIB
- name: mac-specific
shell: zsh
if: matrix.platform =='macos'
if: matrix.platform =='darwin'
run: brew install openssl@3
- name: general
run: npm ci && npm run rebuild
Expand Down

0 comments on commit f72699c

Please sign in to comment.