From 91a251c94cbe8659f4c229707061e9e284e0dc05 Mon Sep 17 00:00:00 2001 From: Liran Tal Date: Thu, 2 Feb 2023 21:30:14 +0200 Subject: build: update worker Node.js version --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 18ecf7b..ecc17bb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -29,7 +29,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: '14' + node-version: '18' - name: install dependencies run: yarn install --frozen-lockfile --ignore-engines --ignore-scripts - name: release -- cgit v1.2.3