We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36b36d8 commit 813cdecCopy full SHA for 813cdec
.github/workflows/deploy.yml
@@ -13,7 +13,7 @@ jobs:
13
# This workflow contains a single job called "build-and-deploy-application"
14
build-and-deploy-application:
15
# The type of runner that the job will run on
16
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
17
18
# Steps represent a sequence of tasks that will be executed as part of the job
19
steps:
.github/workflows/test.yml
@@ -8,7 +8,7 @@ on:
8
9
jobs:
10
test-application:
11
12
- uses: actions/checkout@v4
- name: Setup Node.js environment
0 commit comments