We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 045dce6 + 8103f66 commit 40481fdCopy full SHA for 40481fd
.github/workflows/eslint.yml
@@ -13,7 +13,7 @@ jobs:
13
steps:
14
- uses: actions/checkout@v4
15
16
- - uses: actions/setup-node@v3
+ - uses: actions/setup-node@v4
17
with:
18
node-version: 20
19
cache: yarn
.github/workflows/release.yml
@@ -32,7 +32,7 @@ jobs:
32
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
33
passphrase: ${{ secrets.GPG_PASSPHRASE }}
34
35
36
37
38
0 commit comments