Skip to content

Commit

Permalink
update gha node version
Browse files Browse the repository at this point in the history
  • Loading branch information
ermalkaleci committed Nov 7, 2024
1 parent c9b2fca commit 1a0e6ee
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-migrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 18.x
node-version: 20.x

- name: Install deps
run: sudo apt -y install protobuf-compiler
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 18.x
node-version: 20.x
cache: 'yarn'
cache-dependency-path: e2e-tests/yarn.lock

Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/runtime-upgrade-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check permission
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
result-encoding: string
script: |
Expand All @@ -35,7 +35,7 @@ jobs:
steps:
- name: Validate and set inputs
id: test-input
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
result-encoding: string
script: |
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Get branch and sha
id: get-branch-sha
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
github-token: ${{secrets.GITHUB_TOKEN}}
result-encoding: string
Expand All @@ -89,7 +89,7 @@ jobs:
core.setOutput("sha", pull_request.data.head.sha)
- name: Post starting comment
uses: actions/github-script@v6
uses: actions/github-script@v7
env:
MESSAGE: |
Runtime upgrade test is scheduled at ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}.
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
yarn test:runtime-upgrade-${{ steps.test-input.outputs.runtime }} > ${{runner.temp}}/out.txt
- name: Post result comment
uses: actions/github-script@v6
uses: actions/github-script@v7
env:
MESSAGE: |
Runtime upgrade test finished:
Expand Down

0 comments on commit 1a0e6ee

Please sign in to comment.