Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Nov 17, 2023
2 parents 8cc5579 + abb3fcb commit 2fefa90
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ jobs:

- name: Start iOS simulator
id: simulator
uses: futureware-tech/simulator-action@v2
uses: futureware-tech/simulator-action@v3
with:
os_version: '>=13.0'
os: iOS
Expand Down Expand Up @@ -911,7 +911,7 @@ jobs:
&& startsWith(github.ref, 'refs/tags/medea-') }}
- name: Form Docker version tags
id: versions
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
result-encoding: string
script: |
Expand Down Expand Up @@ -1027,7 +1027,7 @@ jobs:
text: ${{ github.ref }}
regex: '^refs/tags/(medea[a-z-]*)-([0-9]+\.[0-9]+\.[0-9]+(-.+)?)$'

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: "20"
registry-url: https://registry.npmjs.org
Expand Down

0 comments on commit 2fefa90

Please sign in to comment.