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 a0d8024 commit 141a51dCopy full SHA for 141a51d
.github/workflows/ci.yml
@@ -6,7 +6,7 @@ on:
6
7
jobs:
8
lint:
9
- runs-on: ubuntu-latest
+ runs-on: ubuntu-24.04
10
outputs:
11
version: ${{ steps.version.outputs.version }}
12
steps:
@@ -43,7 +43,7 @@ jobs:
43
run: deno check scripts/*.ts *.ts src/*.ts
44
45
deno:
46
47
needs: lint
48
permissions:
49
contents: read
@@ -69,7 +69,7 @@ jobs:
69
run: deno publish --allow-dirty
70
71
npm:
72
73
74
75
0 commit comments