We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9083739 commit d3af399Copy full SHA for d3af399
.github/workflows/cd.yml
@@ -7,7 +7,7 @@ on:
7
8
jobs:
9
publish:
10
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
11
steps:
12
- uses: actions/checkout@v4
13
- uses: pnpm/action-setup@v4
.github/workflows/ci.yml
@@ -6,7 +6,7 @@ on:
6
test:
0 commit comments