From 2bb939f02f08512841197d5fd86116fcdc2bdccc Mon Sep 17 00:00:00 2001 From: Bronley Plumb Date: Tue, 4 Jun 2024 13:29:58 -0400 Subject: [PATCH] Fix ci again --- .github/workflows/create-package.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-package.yml b/.github/workflows/create-package.yml index 1e5e876be..6efe73d66 100644 --- a/.github/workflows/create-package.yml +++ b/.github/workflows/create-package.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@master - uses: actions/setup-node@master with: - node-version: "14.19.0" + node-version: "16.20.2" # Get a bot token so the bot's name shows up on all our actions - name: Get Token From roku-ci-token Application uses: tibdex/github-app-token@v1