diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6cced2dbe..68e1913c5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -17,7 +17,7 @@ jobs: name: "Linux Tests" strategy: matrix: - node: [14, 16, 18] + node: [18, 20] runs-on: ubuntu-latest container: ubuntu:20.04 steps: @@ -37,10 +37,10 @@ jobs: git config --global user.name "John Doe" git config --global user.email johndoe@example.com - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Use Node.js - uses: actions/setup-node@v2 + uses: actions/setup-node@v4 env: ACTIONS_ALLOW_UNSECURE_COMMANDS: true with: @@ -87,7 +87,7 @@ jobs: name: "macOS Tests" strategy: matrix: - node: [14, 16, 18] + node: [18, 20] runs-on: macOS-12 # This is mostly the same as the Linux steps, waiting for anchor support # https://github.com/actions/runner/issues/1182 @@ -103,16 +103,20 @@ jobs: git config --global user.name "John Doe" git config --global user.email johndoe@example.com - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Use Node.js - uses: actions/setup-node@v2 + uses: actions/setup-node@v4 env: ACTIONS_ALLOW_UNSECURE_COMMANDS: true with: node-version: ${{ matrix.node }} check-latest: true + # https://github.com/nodejs/node-gyp/issues/2869 + - name: Install Python utilities + run: python3 -m pip install setuptools + - name: Install env: CC: clang diff --git a/package-lock.json b/package-lock.json index 381b66297..76dc6b50b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { - "name": "nodegit", - "version": "0.28.0-alpha.21", + "name": "@figma/nodegit", + "version": "0.28.0-figma.4", "lockfileVersion": 2, "requires": true, "packages": { "": { - "name": "nodegit", - "version": "0.28.0-alpha.21", + "name": "@figma/nodegit", + "version": "0.28.0-figma.4", "hasInstallScript": true, "license": "MIT", "dependencies": {