We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef5cd7f commit c18b691Copy full SHA for c18b691
1 file changed
.github/workflows/demo-ci.yml
@@ -9,15 +9,15 @@ on:
9
jobs:
10
build:
11
12
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-24.04
13
strategy:
14
fail-fast: false
15
matrix:
16
python-version: ["3.10"]
17
node-version: [16.x]
18
19
steps:
20
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
21
- name: Install javascript dependencies
22
uses: borales/actions-yarn@v3.0.0
23
with:
0 commit comments