From 6ac0d7a0bfa103f59c59059d3e6bff09a73fe9bb Mon Sep 17 00:00:00 2001 From: Nikolay Kharitonov Date: Tue, 5 Dec 2023 18:09:27 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20change=20build=20os=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/npm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/npm.yml b/.github/workflows/npm.yml index ccb490f..3fc41dd 100644 --- a/.github/workflows/npm.yml +++ b/.github/workflows/npm.yml @@ -6,7 +6,7 @@ on: jobs: build: if: contains(github.event.head_commit.message, '🔖') - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 permissions: contents: read packages: write