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 72681cd commit 08fbb90Copy full SHA for 08fbb90
.github/workflows/CI.yml
@@ -4,7 +4,7 @@ on:
4
5
jobs:
6
test_on_node_versions:
7
- runs-on: 'ubuntu-22.04'
+ runs-on: 'ubuntu-24.04'
8
strategy:
9
matrix:
10
node-version: [18.x, 20.x]
.github/workflows/docker-image.yml
@@ -11,7 +11,7 @@ on:
11
12
13
docker_publish:
14
15
permissions:
16
contents: read
17
packages: write
0 commit comments