Skip to content

Commit

Permalink
build(runner): use large GitHub runner
Browse files Browse the repository at this point in the history
  • Loading branch information
parfeon committed May 23, 2024
1 parent 568fc11 commit 2dda62a
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/validate-pubnub-yml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2dda62a

Please sign in to comment.