From da166b50e7f1fd0a184ef0377a510918ecbfe74d Mon Sep 17 00:00:00 2001 From: Chaitanya Date: Fri, 9 Jun 2023 19:41:28 +0530 Subject: [PATCH] Update node version for GH action (#3984) --- .github/workflows/update-snapshot-packages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-snapshot-packages.yml b/.github/workflows/update-snapshot-packages.yml index cfdfec953f5..2ffa4483ec0 100644 --- a/.github/workflows/update-snapshot-packages.yml +++ b/.github/workflows/update-snapshot-packages.yml @@ -9,7 +9,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: - node-version: '14.x' + node-version: '16.x' - name: Update snapshot.js run: | yarn upgrade @snapshot-labs/snapshot.js --latest