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 38720ca commit 03f2aadCopy full SHA for 03f2aad
.github/workflows/build_ios_app.yml
@@ -12,7 +12,7 @@ jobs:
12
- uses: actions/checkout@v3
13
- uses: actions/setup-node@v3
14
with:
15
- node-version: 16
+ node-version: 18
16
- uses: ruby/setup-ruby@v1
17
18
ruby-version: 2.7.5
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
19
registry-url: 'https://registry.npmjs.org'
20
21
- run: yarn install
.github/workflows/pull_request.yml
@@ -13,7 +13,7 @@ jobs:
- run: npm run build
0 commit comments