From 0209cbd37587368a060ec3fe50adf7806c060f83 Mon Sep 17 00:00:00 2001 From: Conor Sheehan Date: Sun, 16 Jul 2023 20:06:11 +0100 Subject: [PATCH] upgrade to node 16 --- .github/workflows/ci.yml | 4 ++-- .github/workflows/deploy.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f7598b5..a35b098 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,10 +22,10 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Set up Node 14 + - name: Set up Node 16 uses: actions/setup-node@v1 with: - node-version: 14 + node-version: 16 - name: Install dependencies run: | npm i diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 841ae28..f40819d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -24,4 +24,4 @@ jobs: install_command: yarn install build_command: yarn build build_directory: dist - node_version: 14.18.2 + node_version: 16