Skip to content

Commit 12024cb

Browse files
authored
remove atlaskit userpicker and monaco languages (#353)
* remove atlaskit userpicker and monaco languages * fix test * fix name * fix * fix gh action * update actions
1 parent 95d05de commit 12024cb

File tree

8 files changed

+328
-405
lines changed

8 files changed

+328
-405
lines changed

.github/workflows/build.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ jobs:
88
runs-on: ubuntu-latest
99
timeout-minutes: 20
1010
steps:
11-
- uses: actions/checkout@master
11+
- uses: actions/checkout@v3
1212

1313
- uses: supabase/setup-cli@v1
1414
with:
1515
version: latest
1616

1717
- name: Setup Node.js 18.x
18-
uses: actions/setup-node@master
18+
uses: actions/setup-node@v3
1919
with:
2020
node-version: 18.x
2121

@@ -52,7 +52,7 @@ jobs:
5252
# doesn't seem to cause significant speed up, probably because it still needs to install deps
5353
- name: cache playwright
5454
id: playwright-cache
55-
uses: actions/cache@v2
55+
uses: actions/cache@v3
5656
with:
5757
path: ~/.cache/ms-playwright
5858
key: pw3-${{ runner.os }}-${{ hashFiles('./package-lock.json') }}
@@ -67,7 +67,7 @@ jobs:
6767
# key: lerna-${{ runner.os }}-${{ hashFiles('./package-lock.json') }}
6868

6969
- name: Cache node modules
70-
uses: actions/cache@v2
70+
uses: actions/cache@v3
7171
env:
7272
cache-name: cache-node-modules
7373
with:
@@ -143,7 +143,7 @@ jobs:
143143
- name: Run Playwright tests (against preview)
144144
run: npm run playwright:preview
145145

146-
- uses: actions/upload-artifact@v2
146+
- uses: actions/upload-artifact@v3
147147
if: always()
148148
with:
149149
name: playwright-report-editor

0 commit comments

Comments
 (0)