Skip to content

Commit

Permalink
node
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Feb 21, 2024
1 parent e2bb0d8 commit d43a5bc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
# node: ["18", "20", "21"]
node: ["20"]
node: ["18", "20", "21"]
# node: ["20"]
# browser: ["chromium", "firefox", "webkit"]
browser: ["chromium"]
env:
Expand Down
9 changes: 5 additions & 4 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,20 @@

## develop

- [CHANGE] deploy-pages.yml を削除する
- E2E テストで実行できるようになったので
- @voluntas
- [CHANGE] examples を Vite を利用して動かすように変更する
- serve を削除
- Vite を追加
- vite.config.mts を追加
- @voluntas
- [CHANGE] deploy-pages.yml を削除する
- E2E テストで実行できるようになったので
- @voluntas
- [ADD] tests に Playwright を利用した E2E テストを追加する
- e2ee と messaging は一旦 skip で追加
- @voluntas
- [ADD] .github/workflows/e2e-test.yml を追加する
- Node.js 18,20,21 で E2E テストを実行する
- Chromium と Firefox で E2E テストを実行する
- Chromium と E2E テストを実行する
- @voluntas

## 2023.2.0
Expand Down

0 comments on commit d43a5bc

Please sign in to comment.