Skip to content

Commit

Permalink
address criticals
Browse files Browse the repository at this point in the history
  • Loading branch information
neogibson committed Jul 2, 2024
1 parent 1bdb3a0 commit fe90d4b
Show file tree
Hide file tree
Showing 4 changed files with 1,287 additions and 128 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14
node-version: 16
- name: Get yarn cache
id: yarn-cache
run: echo "::set-output name=dir::$(yarn cache dir)"
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ coverage
node_modules

# Editors
.idea
.vscode

# OS metadata
Expand Down
154 changes: 130 additions & 24 deletions build/index.js

Large diffs are not rendered by default.

Loading

0 comments on commit fe90d4b

Please sign in to comment.