From 9cdf97c991da1c5c25c976c32f85b6f3e074478e Mon Sep 17 00:00:00 2001 From: Nathanael Anderson Date: Wed, 1 May 2024 11:51:54 -0600 Subject: [PATCH] Update mac signing --- .github/workflows/master.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index f26c1bd..92fa7da 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@v2 with: fetch-depth: 1 - - uses: actions/setup-node@v2 + - uses: actions/setup-node@v4 with: node-version: '20.11.1' - uses: actions/setup-python@v4 diff --git a/package.json b/package.json index 36ef112..63fe547 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ ] }, "notarize": { - "teamId": "${APPLE_ID_TEAM}" + "teamId": "778YBN5YK7" } }, "win": {