From 0ef8d232cc49cbf4029d2c4bfb696627a66b405f Mon Sep 17 00:00:00 2001 From: Serhii Mamontov Date: Thu, 23 May 2024 19:28:04 +0300 Subject: [PATCH] build(runner): use large GitHub runner --- .github/workflows/validate-pubnub-yml.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/validate-pubnub-yml.yml b/.github/workflows/validate-pubnub-yml.yml index 5963a0f..bb7af7d 100644 --- a/.github/workflows/validate-pubnub-yml.yml +++ b/.github/workflows/validate-pubnub-yml.yml @@ -7,13 +7,15 @@ on: [push] jobs: build: name: Validate PubNub yml - runs-on: ubuntu-latest + runs-on: + group: Default Larger Runners + labels: ubuntu-latest-m steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Use Node.js - uses: actions/setup-node@v1 + uses: actions/setup-node@v4 with: - node-version: '12.x' + node-version: '18.x' - name: Install dependencies run: | npm install ajv@6.12.6