Skip to content

Commit

Permalink
use node 20 in gha
Browse files Browse the repository at this point in the history
  • Loading branch information
pablomendezroyo committed Oct 16, 2024
1 parent 3ee22ea commit 692e048
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-ga-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: 20.x
- run: yarn install
- run: yarn build

Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test-ga-bump-upstream-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: 20.x
- run: yarn install
- run: yarn build

Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test-ga-bump-upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: 20.x
- run: yarn install
- run: yarn build

Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test-ga-end-to-end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
runs-on: packages
steps:
- uses: actions/checkout@v4
- name: Set up Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: 20.x
- run: yarn install
- run: yarn build

Expand Down

0 comments on commit 692e048

Please sign in to comment.