summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLiran Tal <liran.tal@gmail.com>2023-02-02 21:30:14 +0200
committerLiran Tal <liran.tal@gmail.com>2023-02-02 21:30:14 +0200
commit91a251c94cbe8659f4c229707061e9e284e0dc05 (patch)
tree9c307abb60fc6b73f5b2faf7aeff085b0c9ec0e1
parent16a9ee38d481bcbabbf3f77e3df0c37e87085b32 (diff)
build: update worker Node.js versionv3.23.0
-rw-r--r--.github/workflows/main.yml2
1 files changed, 1 insertions, 1 deletions
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