Skip to content

Commit

Permalink
build: bump all dependencies (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
xballoy authored Nov 13, 2023
1 parent 778709e commit 6bd6032
Show file tree
Hide file tree
Showing 14 changed files with 2,975 additions and 2,953 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,24 @@ name: CI

on:
push:
branches: [ main ]
branches: [main]
pull_request:
branches: [ main ]
branches: [main]

jobs:
build:

runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4.1.1
- name: Set up Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4.0.0
with:
node-version: '18'
node-version-file: '.nvmrc'
- name: Install dependencies
run: npm ci
- name: Check format
run: npm run format:check
- name: Check lint
run: npm run lint:check
- name: Run tests
run: npm run test
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
build
node_modules
.idea
coverage
.eslintcache
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
20
29 changes: 0 additions & 29 deletions jest.config.ts

This file was deleted.

Loading

0 comments on commit 6bd6032

Please sign in to comment.