Skip to content

Commit

Permalink
Use large GitHub runner (#48)
Browse files Browse the repository at this point in the history
build(runner): change runner groups
  • Loading branch information
parfeon authored May 29, 2024
1 parent 5f5975b commit 69d5773
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/validate-pubnub-yml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@ on: [push]
jobs:
build:
name: Validate PubNub yml
runs-on: ubuntu-latest
runs-on:
group: Default
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 [email protected]
Expand Down

0 comments on commit 69d5773

Please sign in to comment.