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 902994b commit 971d059Copy full SHA for 971d059
.github/workflows/docker-publish.yml
@@ -9,7 +9,7 @@ on:
9
10
jobs:
11
publish:
12
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-24.04
13
14
steps:
15
- uses: actions/checkout@v2
.github/workflows/node-ci.yml
@@ -4,7 +4,7 @@ on: push
4
5
6
node-test:
7
8
strategy:
matrix:
0 commit comments