Skip to content

Commit

Permalink
Merge pull request #7 from joshuajaco/maintenance
Browse files Browse the repository at this point in the history
Maintenance
  • Loading branch information
joshuajaco committed Jun 11, 2023
2 parents c46779b + 54a573d commit 1a76449
Show file tree
Hide file tree
Showing 4 changed files with 878 additions and 1,345 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/main.yml → .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,12 @@ on:
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node-version: [18.4.0]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
- uses: actions/checkout@v3
- name: Use Node.js from .tool-versions
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
node-version-file: .tool-versions
cache: "npm"
- run: npm ci
- run: npm run typecheck
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodejs 18.4.0
nodejs 20.2.0

0 comments on commit 1a76449

Please sign in to comment.