Skip to content

Commit

Permalink
build: update deps & small adaptions (#10)
Browse files Browse the repository at this point in the history
* build: update deps & small adoptions

TODO: update esbuild, which requires many changes

* ci: node 14 -> 18
  • Loading branch information
PaperStrike authored Oct 21, 2023
1 parent 72e4479 commit 84465b6
Show file tree
Hide file tree
Showing 9 changed files with 1,922 additions and 1,295 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ jobs:
- uses: actions/setup-node@v3
with:
cache: 'npm'
node-version: '14'
node-version: '18'
- run: npm ci
- run: npm run lint
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/setup-node@v3
with:
cache: 'npm'
node-version: '14'
node-version: '18'
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm version ${{ github.ref_name }} --no-git-tag-version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- uses: actions/setup-node@v3
with:
cache: 'npm'
node-version: '14'
node-version: '18'
- run: npm ci
- run: npx playwright install --with-deps ${{ matrix.browser }}
- run: npm run test-${{ matrix.browser }}
Loading

0 comments on commit 84465b6

Please sign in to comment.