Skip to content

Commit

Permalink
chore: update dependencies (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
romainmenke committed Nov 27, 2022
1 parent e6b4029 commit fe807ad
Show file tree
Hide file tree
Showing 30 changed files with 6,142 additions and 9,991 deletions.
33 changes: 33 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name: test
on:
push:
branches:
- 'main'
- 'master'
pull_request:

defaults:
run:
shell: bash

jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
node: [14, 16, 18]
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 1
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}

- name: npm ci
run: npm ci --ignore-scripts

- name: test
run: npm test
19 changes: 0 additions & 19 deletions .travis.yml

This file was deleted.

Loading

0 comments on commit fe807ad

Please sign in to comment.