From 112b7fa27f1b9dd63a3f9fed9c249671b0d8ef4f Mon Sep 17 00:00:00 2001 From: Bronley Plumb Date: Thu, 3 Oct 2024 09:45:53 -0400 Subject: [PATCH] bump node version --- .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 1e5e876..6efe73d 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