We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db4c294 commit eb13a53Copy full SHA for eb13a53
.github/workflows/release.yml
@@ -15,7 +15,7 @@ jobs:
15
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
16
DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }}
17
18
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
19
steps:
20
- uses: actions/checkout@v4
21
with:
.github/workflows/test.yml
@@ -2,7 +2,7 @@ name: Build and Test NODE
2
on: [pull_request, workflow_dispatch, push]
3
jobs:
4
build-test:
5
6
7
8
0 commit comments