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 7d5ff0b commit 34af33dCopy full SHA for 34af33d
2 files changed
.github/workflows/lint-test.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
15
steps:
16
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v6
17
- uses: actions/setup-node@v6
18
with:
19
node-version: 24
.github/workflows/release.yaml
@@ -15,7 +15,7 @@ jobs:
environment: build
20
21
@@ -61,7 +61,7 @@ jobs:
61
environment: build-ios
62
63
64
65
- uses: actions/setup-node@v3
66
67
0 commit comments